Skip to content

Commit 0b3e40b

Browse files
kanekoshoyuclaude
andcommitted
feat: add Orbit Signal to navigation menu
- Add Orbit Signal link to both mobile and desktop navigation - Use Radio icon from lucide-react for visual consistency - Position after Orbit Call in the navigation menu 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 640bb28 commit 0b3e40b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/interactive/Sidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import * as React from "react";
44
import { cn } from "@/lib/utils";
5-
import { Home, FileText, ListChecks, Menu, LogOut, ChevronDown, ChevronRight, ChevronLeft, BarChart3, Settings, BarChart2, Building2 } from "lucide-react";
5+
import { Home, FileText, ListChecks, Menu, LogOut, ChevronDown, ChevronRight, ChevronLeft, BarChart3, Settings, BarChart2, Building2, Radio } from "lucide-react";
66
import { Button } from "@/components/ui/button";
77
import { ScrollArea } from "@/components/ui/scroll-area";
88
import { Sheet, SheetContent, SheetTrigger, SheetTitle, SheetDescription } from "@/components/ui/sheet";
@@ -28,6 +28,7 @@ const navItems: NavItem[] = [
2828
},
2929
{ label: "Role Fit Studio", href: "/dashboard/role-fit-studio", icon: BarChart3 },
3030
{ label: "Orbit Call", href: "/dashboard/orbit-call", icon: BarChart2 },
31+
{ label: "Orbit Signal", href: "/dashboard/orbit-signal", icon: Radio },
3132
{ label: "Spaces", href: "/dashboard/spaces", icon: Building2 },
3233
{ label: "Settings", href: "/dashboard/settings", icon: Settings },
3334
{ label: "Logout", href: "/logout", icon: LogOut, isLogout: true },

0 commit comments

Comments
 (0)