Skip to content

Commit

Permalink
feat: new icon for training (its a book)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 16, 2024
1 parent 6296e17 commit 06aecb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/forge/src/components/navbar/appSwitcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
NavigationMenuList,
NavigationMenuTrigger,
} from "@ui/components/ui/navigation-menu";
import { PenLine, Printer, Share2 } from "lucide-react";
import { BookOpen, PenLine, Printer } from "lucide-react";

export default function AppSwitcher() {
const currentapp = useCurrentApp();
Expand Down Expand Up @@ -41,13 +41,13 @@ export default function AppSwitcher() {
</NavigationMenuLink>
</li>
<ListItem to={"/signin"} title="Sign In" icon={<PenLine />}>
Remote queue and space access for easy sign-in.
iForge Sign In System
</ListItem>
<ListItem to={"/training"} title="Training" icon={<Share2 />}>
<ListItem to={"/training"} title="Training" icon={<BookOpen />}>
Handle your iForge training here.
</ListItem>
<ListItem to={"/printing"} title="Printing" icon={<Printer />}>
3D Printing WIP
3D Printing (WIP)
</ListItem>
</ul>
</NavigationMenuContent>
Expand Down

0 comments on commit 06aecb9

Please sign in to comment.