diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 4b168df..3fa97cb 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -332,7 +332,7 @@ export function AppShell({ children }: AppShellProps) { )} > - {item.label} + {item.label} ))} {referralEnabled && ( @@ -348,7 +348,7 @@ export function AppShell({ children }: AppShellProps) { )} > - {t('nav.referral')} + {t('nav.referral')} )} {giftEnabled && ( @@ -364,7 +364,7 @@ export function AppShell({ children }: AppShellProps) { )} > - {t('nav.gift')} + {t('nav.gift')} )} {isAdmin && ( @@ -382,7 +382,7 @@ export function AppShell({ children }: AppShellProps) { )} > - {t('admin.nav.title')} + {t('admin.nav.title')} )}