Fix header logo link to point to the home page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user