You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: The navbar should collapse into a hamburger menu on mobile screens,
allowing users to access all navigation links.
Actual: The navbar does not collapse on mobile. All nav links are hidden and
there is no hamburger menu, making navigation impossible on small screens.
Steps to reproduce
Open the DevPath website
Open DevTools (F12) and switch to mobile view, or open on a real mobile device
Observe the navbar at the top of the page
The navigation links (Home, How It Works, Features, Find Project, Compare, Contact)
are not visible and no hamburger menu appears
Expected behaviour
A hamburger (☰) menu icon should appear on mobile screens. Clicking it should
toggle a dropdown/sidebar showing all navigation links.
20260610-0849-20.7578383.mp4
Area of the app affected
Homepage form
Python version
N/A
Operating system
Windows 11
Relevant error output or logs
Before submitting
I searched existing issues and this has not been reported before.
I can reproduce this bug consistently with the steps above.
I am running the latest version of the main branch.
What happened?
Expected: The navbar should collapse into a hamburger menu on mobile screens,
allowing users to access all navigation links.
Actual: The navbar does not collapse on mobile. All nav links are hidden and
there is no hamburger menu, making navigation impossible on small screens.
Steps to reproduce
are not visible and no hamburger menu appears
Expected behaviour
A hamburger (☰) menu icon should appear on mobile screens. Clicking it should
toggle a dropdown/sidebar showing all navigation links.
20260610-0849-20.7578383.mp4
Area of the app affected
Homepage form
Python version
N/A
Operating system
Windows 11
Relevant error output or logs
Before submitting