Cleanup: MobileNav.jsx is dead code (Header has its own mobile menu) #113

Closed
opened 2026-05-17 21:23:13 -05:00 by null · 0 comments
Owner

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

  • src/components/layout/MobileNav.jsx — delete
  • src/components/layout/index.jsx — remove export line

Severity

Low — dead code, but maintenance risk from duplication

## 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 - src/components/layout/MobileNav.jsx — delete - src/components/layout/index.jsx — remove export line ## Severity Low — dead code, but maintenance risk from duplication
null closed this issue 2026-05-17 22:08:53 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#113
No description provided.