Problem
The sidebar links for "Profile", "Settings", and "Sign Out" all appear to navigate to the same URL / reload the current page. These should be functional — this appears to be a deployment or routing bug.
Steps to Reproduce
In Sidebar.jsx, these items use <a href=""> rather than proper route links, which resolves to the current page regardless of which item is clicked.
Part of #235
Problem
The sidebar links for "Profile", "Settings", and "Sign Out" all appear to navigate to the same URL / reload the current page. These should be functional — this appears to be a deployment or routing bug.
Steps to Reproduce
In
Sidebar.jsx, these items use<a href="">rather than proper route links, which resolves to the current page regardless of which item is clicked.Part of #235