Cleanup: MobileNav.jsx is dead code (Header has its own mobile menu) #113
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#113
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
MobileNav.jsx is a standalone mobile navigation component that is never imported or used anywhere. The Header component already contains its own mobile Sheet menu with the same navigation links.
Both MobileNav and the Header mobile menu duplicate the same nav links, serviceLinks, and industryLinks arrays — meaning any navigation update must be made in two places.
Fix
Delete MobileNav.jsx and remove its export from layout/index.jsx.
Files
Severity
Low — dead code, but maintenance risk from duplication