Skip to content

Commit

Permalink
Added link to firmware to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Oct 18, 2024
1 parent d2d4260 commit 69fc7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/src/features/navbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NavbarLink } from './components/NavbarLink.tsx';
import { FaMicrochip } from 'react-icons/fa';
import { FaCog } from 'react-icons/fa';
import { MdKeyboardCommandKey } from 'react-icons/md';
import { MinimizeHandle } from './components/MinimizeHandle.tsx';
Expand All @@ -7,6 +8,7 @@ export function NavBar() {
return (
<div className="w-20 flex flex-col no-padding no-margin gap-5 justify-end flex-grow self-stretch">
<NavbarLink href="/" icon={MdKeyboardCommandKey} label="Control" />
<NavbarLink href="/tools" icon={FaMicrochip} label="Firmware" />
<NavbarLink
href="/configuration"
icon={FaCog}
Expand Down

0 comments on commit 69fc7f2

Please sign in to comment.