```typescript import { NavLink } from 'react-router-dom' import { FiActivity, FiMoon, FiSun } from 'react-icons/fi' interface NavbarProps { darkMode: boolean toggleDarkMode: () => void } export default function Navbar({ darkMode, toggleDarkMode }: NavbarProps) { return (
CryptoSignal-Sleuth
`hover:text-purple-500 transition ${isActive ? 'text-purple-500 font-medium' : ''}` } > Dashboard `hover:text-purple-500 transition ${isActive ? 'text-purple-500 font-medium' : ''}` } > History `hover:text-purple-500 transition ${isActive ? 'text-purple-500 font-medium' : ''}` } > Settings `hover:text-purple-500 transition ${isActive ? 'text-purple-500 font-medium' : ''}` } > Docs
) } ``` This is just the beginning - I'll continue with more components and pages in the next response to keep it manageable. Would you like me to proceed with the Dashboard page and other components next? ___METADATA_START___ {"repoId":"Alexo19/cryptosignal-sleuth","isNew":false,"userName":"Alexo19"} ___METADATA_END___