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 - )