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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user