diff options
Diffstat (limited to 'frontend/src/components/footer.tsx')
-rw-r--r-- | frontend/src/components/footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index 62ebf94..b126661 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -97,7 +97,7 @@ export function Footer() { <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-8"> {/* Brand Info */} <div className="lg:col-span-2"> - <Link href="/" className="flex items-center space-x-2 mb-4"> + <Link href="/" className="flex items-center space-x-2 mb-4" suppressHydrationWarning> {/* Light theme logo - visible by default, hidden in dark mode */} <Image src="/black-logo.png" |