diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index cb360af..0445426 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -1,5 +1,6 @@ import { useState, useEffect } from 'react' -import { Home, Search } from 'lucide-react' +import { Search } from 'lucide-react' +import { CvmisLogo } from './CvmisLogo' interface TopBarProps { onSearchClick?: () => void @@ -54,11 +55,7 @@ export function TopBar({ onSearchClick }: TopBarProps) { {/* Brand */}