Skip to content

Commit fc854e8

Browse files
committed
Remove Chat tab from mobile bottom navigation
The Chat navigation item has been removed from the mobile bottom navigation as per request, reducing the number of tabs and decluttering the navigation bar.
1 parent 171b3b7 commit fc854e8

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

components/mobile-bottom-nav.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,7 @@ export function MobileBottomNav() {
1111
const navItems = [
1212
{ href: "/dashboard", label: "Home", icon: LayoutDashboard },
1313
{ href: "/dashboard/projects", label: "Projects", icon: FolderKanban },
14-
{ href: "/dashboard/chat", label: "Chat", icon: MessageCircle },
15-
// { href: "/dashboard/meeting", label: "Meeting", icon: Calendar }, // Removed to make space (max 5 usually good, replaced least used or added logic)
16-
// Actually user has 5 items previously. Adding 6th might crowd it.
17-
// Let's keep existing and replace one or just add it. The user didn't ask to replace.
18-
// But 6 items is tight. Let's see...
19-
// "Projects" "Chat" "Meeting" "Profile"
20-
// Maybe collapse "Meeting"? Or just add it. standard is 4-5.
21-
// Let's try adding it first. If it's too crowded we can adjust.
22-
// Wait, the prompt said "Mobile Support Chat icon maybe put on the tab".
23-
// I will swap "Meeting" if needed or just append.
24-
// Let's replace "Meeting" for now as it seems less "daily driver" than support?
25-
// Or just make the list longer. The flex container creates space. 6 items might fit.
14+
// Chat removed as per request
2615
{ href: "/dashboard/meeting", label: "Meeting", icon: Calendar },
2716
{ href: "/dashboard/settings", label: "Profile", icon: User },
2817
]

0 commit comments

Comments
 (0)