From 9f41a328e3d80a00785468abebcb3f3e09643d53 Mon Sep 17 00:00:00 2001 From: Woody Date: Sun, 26 Apr 2026 18:48:31 +0800 Subject: [PATCH] fix(frontend): remove duplicate History link from NavBar Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- frontend/src/components/NavBar.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index da07efb..70212c7 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -53,18 +53,6 @@ export const NavBar: React.FC = () => { > History - - `text-sm font-medium transition-colors ${ - isActive - ? 'text-gray-900 border-b-2 border-gray-900' - : 'text-gray-500 hover:text-gray-700 border-b-2 border-transparent' - }` - } - > - History - )