diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index dc3815b..92d337f 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -24,8 +24,9 @@ export default async function LocaleLayout({
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 1b5443f..8ba1340 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -5,8 +5,9 @@ export default function NotFound() { return (
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 7a17e88..20a854d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -113,7 +113,13 @@ const Header = ({ navItems }: HeaderProps) => { {item.label} {navIconByHref[item.href] ? ( - + {navIconByHref[item.href]} ) : null}