Fix header logo link to point to the home page

This commit is contained in:
2025-10-31 00:18:54 +01:00
parent b03dfdd84a
commit a6ddad9d3c
+1 -1
View File
@@ -9,7 +9,7 @@ import { navItems } from "@data/index";
<div class="container mx-auto px-4">
<div class="flex items-center justify-between h-16">
{/* Logo */}
<a href="#home" class="text-xl font-bold text-foreground"> {"<Aferrer />"} </a>
<a href="/" class="text-xl font-bold text-foreground"> {"<Aferrer />"} </a>
{/* Desktop Navigation */}
<nav class="hidden md:flex items-center gap-8">