Skip to content

Commit

Permalink
Merge pull request #13902 from ethereum/patches
Browse files Browse the repository at this point in the history
Homepage patches
  • Loading branch information
corwintines authored Sep 18, 2024
2 parents 3d6b3a0 + 4cba501 commit 949c867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BigNumber/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const BigNumber = ({
>
{value ? (
<>
<div className="text-5xl font-bold">{value}</div>
<div className="text-4xl font-bold sm:text-5xl">{value}</div>
<div className="text-sm">
{children}
{sourceName && sourceUrl && (
Expand Down
1 change: 1 addition & 0 deletions src/lib/utils/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const postProcess = (rssItems: RSSItem[]) =>
...item,
imgSrc: "/images/vitalik-blog-banner.svg",
link: item.link.replace(".ca", ".eth.limo"),
sourceUrl: item.sourceUrl.replace(".ca", ".eth.limo"),
}
case SOLIDITY_FEED:
return {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const HomePage = ({
>
<AccordionTrigger className="flex border-t px-6 py-4 hover:bg-background-highlight">
<div className="flex flex-col items-start gap-y-0.5">
<p className="text-md font-bold text-body">
<p className="text-start text-md font-bold text-body">
{title}
</p>
<p className="text-start text-sm text-body-medium">
Expand Down

0 comments on commit 949c867

Please sign in to comment.