Skip to content

Commit

Permalink
style the erros on big numbers on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nloureiro committed Sep 17, 2024
1 parent 71137cf commit 1ed1825
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 1ed1825

Please sign in to comment.