Update navigation links to remove unused external flag

Remove unused `external` boolean from `navLinks` array in `navbar.tsx`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: afbd01cd-dc42-460e-8743-7da197043254
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/BWIZrK7
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
joachimhummel
2026-05-15 15:44:43 +00:00
parent 9d143d7979
commit 7b88a63798

View File

@@ -12,11 +12,11 @@ export function Navbar() {
});
const navLinks = [
{ name: "Kompetenzen", href: "#competencies", external: false },
{ name: "Stärken", href: "#strengths", external: false },
{ name: "Projekte", href: "#projects", external: false },
{ name: "Über mich", href: "#bio", external: false },
{ name: "Kontakt", href: "#contact", external: false },
{ name: "Kompetenzen", href: "#competencies" },
{ name: "Stärken", href: "#strengths" },
{ name: "Projekte", href: "#projects" },
{ name: "Über mich", href: "#bio" },
{ name: "Kontakt", href: "#contact" },
];
const blogLinks = [