From 2e69ef13a469a673faf0c43336ec39bee7fd0fe2 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 14 Jan 2026 11:51:56 +0800 Subject: [PATCH] Remove default config badge from navbar --- src/components/Navbar.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 79024f7..4b6357f 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -310,9 +310,6 @@ export default function Navbar() { unoptimized /> Cloud-Neutral - - Default config -
{mainLinks.map((link) => ( @@ -647,4 +644,3 @@ export default function Navbar() { ) } -