We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce448 commit 10337c2Copy full SHA for 10337c2
src/pages-conditional/wallets.tsx
@@ -400,7 +400,7 @@ const WalletsPage = ({
400
<H2>
401
<Translation id="page-wallets-stay-safe" />
402
</H2>
403
- <Box fontSize="xl" lineHeight={1.4} mb={6} color="text300">
+ <Box lineHeight={1.4} mb={6} color="text300">
404
<Translation id="page-wallets-stay-safe-desc" />
405
</Box>
406
<Box>
@@ -446,7 +446,7 @@ const WalletsPage = ({
446
447
<Translation id="page-wallets-tips" />
448
449
- <Box fontSize="xl" lineHeight={1.4} color="text300" mb={6}>
+ <Box lineHeight={1.4} color="text300" mb={6}>
450
<Translation id="page-wallets-tips-community" />
451
452
<CardList content={articles} />
0 commit comments