feat: hide resources from navbar while keeping route accessible
This change removes the "Resources" link from the main navigation bar while keeping the /resources page fully functional and accessible.
Changes Made
Removed "Resources" from the Navbar UI Retained /resources route in the routing configuration Enabled access to the Resources page via: "View Publications" button (About Us page) Programmatic navigation (useNavigate) Direct URL (/resources) Purpose Keep the UI clean and focused Treat Resources as an internal/secondary page Maintain full functionality without exposing it in primary navigation Result Users cannot see "Resources" in the navbar Page is still accessible when needed No impact on existing routes or layout
Edited by Sahasra Reddy