Skip to content

Commit

Permalink
Merge pull request #13885 from ethereum/homepage-error-bignumbers
Browse files Browse the repository at this point in the history
small css touch on the errors on the homepage
  • Loading branch information
wackerow authored Sep 23, 2024
2 parents 044df72 + 1ed1825 commit 2dac3e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/BigNumber/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ const BigNumber = ({
</div>
</>
) : (
<span className="text-3xl">{t("loading-error-refresh")}</span>
<span className="pt-4 text-md text-body-medium">
{t("loading-error-refresh")}
</span>
)}
</div>
)
Expand Down

0 comments on commit 2dac3e5

Please sign in to comment.