Small changes & adjustments

This commit is contained in:
2026-05-17 22:34:03 +02:00
parent 3c020928b3
commit 605c1a41b5
7 changed files with 137 additions and 134 deletions
-1
View File
@@ -10,7 +10,6 @@ export function Navbar() {
const navItems = [
{ label: "Home", path: "/" },
{ label: "About", path: "/about" },
{ label: "Connect", path: "/contact" },
];