From 8c2abab821b2a253d7debd065e063dfbbaf64fdd Mon Sep 17 00:00:00 2001 From: v4ltages Date: Sat, 2 May 2026 20:59:04 +0300 Subject: [PATCH] Ensure dark mode is forced --- src/app/[locale]/layout.tsx | 5 +++-- src/app/not-found.tsx | 5 +++-- src/components/Header.tsx | 8 +++++++- 3 files changed, 13 insertions(+), 5 deletions(-) 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}