From ac66260daa7671403f305de96ab137e89872d2b9 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 16:43:03 +0000 Subject: [PATCH] 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 --- client/src/components/header.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/header.tsx b/client/src/components/header.tsx index 3b08e11..13a53eb 100644 --- a/client/src/components/header.tsx +++ b/client/src/components/header.tsx @@ -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() {