diff --git a/apps/web/src/components/layout/header.tsx b/apps/web/src/components/layout/header.tsx index a4046cf09..a6bed97d7 100644 --- a/apps/web/src/components/layout/header.tsx +++ b/apps/web/src/components/layout/header.tsx @@ -46,6 +46,7 @@ export function Header({ const t = useTranslations('locale') const tBrand = useTranslations('brand') const tDashboard = useTranslations('dashboard') + const tNav = useTranslations('nav') const tSidebar = useTranslations('sidebar') const pathname = usePathname() @@ -151,8 +152,8 @@ export function Header({ {compact && ( )}