diff --git a/apps/web/src/app/[locale]/page.tsx b/apps/web/src/app/[locale]/page.tsx index c4c2416cf9730f8c7f69e21230535088669d4663..11515a1474ac1a5ee37897b48ceb07e57faaed59 100644 --- a/apps/web/src/app/[locale]/page.tsx +++ b/apps/web/src/app/[locale]/page.tsx @@ -232,8 +232,9 @@ export default function HomePage() { ), text: ( - - Up to 20% Staking Rewards + + Up to 20% + Staking Rewards ), }, diff --git a/apps/web/src/components/cards/TokenCard.tsx b/apps/web/src/components/cards/TokenCard.tsx index 25809dcba7675e2f85a34010cc541ab456638764..6f949b110fd2ee8fe76708960d6f2cc820a52ec8 100644 --- a/apps/web/src/components/cards/TokenCard.tsx +++ b/apps/web/src/components/cards/TokenCard.tsx @@ -50,7 +50,7 @@ export const TokenCard = forwardRef( return (
(
{/* Token icon and name */}
-
+
( {name}
@@ -129,7 +129,7 @@ export const TokenCard = forwardRef( {features.map((feature, index) => (
{feature.icon}
diff --git a/apps/web/src/components/footer/Footer.tsx b/apps/web/src/components/footer/Footer.tsx index aeae5cd3fd4c72079c893256201a1298656e375b..513fb49d197436b0955ded81b018d4e9cb90dc27 100644 --- a/apps/web/src/components/footer/Footer.tsx +++ b/apps/web/src/components/footer/Footer.tsx @@ -14,7 +14,7 @@ export const Footer: React.FC = ({ items = [], className, ...props