diff --git a/src/app/awards/AwardsForProfile.tsx b/src/app/awards/AwardsForProfile.tsx index d99957d..c746109 100644 --- a/src/app/awards/AwardsForProfile.tsx +++ b/src/app/awards/AwardsForProfile.tsx @@ -44,7 +44,7 @@ export function AwardsForProfile() { return (
-
+
Words diff --git a/src/app/plan/[planNameSlugged]/layout.tsx b/src/app/plan/[planNameSlugged]/layout.tsx index bbdefd4..9812f80 100644 --- a/src/app/plan/[planNameSlugged]/layout.tsx +++ b/src/app/plan/[planNameSlugged]/layout.tsx @@ -38,7 +38,7 @@ export default function RootLayout({ return (
- {links.map(({ href, label, icon }) => { - const Icon = Icons[icon ?? "arrowRight"]; +
+ {links.map(({ href, label, icon }) => { + const Icon = Icons[icon ?? "arrowRight"]; - return ( - - - - {label} - - - ); - })} + return ( + + + + {label} + + + ); + })} +
{children}