Update navigation to only show Start and News items

Remove the "Star-News" category link from the header navigation component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f57e3932-3d92-4516-bdb6-26bad99237cc
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/cftwqyT
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-02-28 16:43:03 +00:00
parent 8dd26f02b0
commit ac66260daa

View File

@ -7,7 +7,6 @@ import folxLogo from "@assets/folx_MT_poz_b_1772296729169.png";
const navItems = [
{ label: "Start", href: "/" },
{ label: "News", href: "/category/News" },
{ label: "Star-News", href: "/category/Star-News" },
];
export default function Header() {