File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const BigNumber = ({
43
43
>
44
44
{ value ? (
45
45
< >
46
- < div className = "text-5xl font-bold" > { value } </ div >
46
+ < div className = "text-4xl font-bold sm:text-5xl " > { value } </ div >
47
47
< div className = "text-sm" >
48
48
{ children }
49
49
{ sourceName && sourceUrl && (
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export const postProcess = (rssItems: RSSItem[]) =>
20
20
...item ,
21
21
imgSrc : "/images/vitalik-blog-banner.svg" ,
22
22
link : item . link . replace ( ".ca" , ".eth.limo" ) ,
23
+ sourceUrl : item . sourceUrl . replace ( ".ca" , ".eth.limo" ) ,
23
24
}
24
25
case SOLIDITY_FEED :
25
26
return {
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ const HomePage = ({
423
423
>
424
424
< AccordionTrigger className = "flex border-t px-6 py-4 hover:bg-background-highlight" >
425
425
< div className = "flex flex-col items-start gap-y-0.5" >
426
- < p className = "text-md font-bold text-body" >
426
+ < p className = "text-start text- md font-bold text-body" >
427
427
{ title }
428
428
</ p >
429
429
< p className = "text-start text-sm text-body-medium" >
You can’t perform that action at this time.
0 commit comments