π Bug Description
The Dashboard "Explore" section contains a card linking to /leaderboard, but no route, page component, or backend endpoint exists for it. Clicking the card silently fails β React Router renders nothing.
π Steps to Reproduce
- Log in, go to /dashboard
- Click the "Leaderboard" card in the Explore section
π― Expected Behavior
A leaderboard page loads.
πΈ Actual Behavior
The URL changes to /leaderboard but the page is blank. No route is defined in App.jsx.
π Environment
All environments.
π Additional Context
Defined in Dashboard.jsx:44 but absent from App.jsx. Related to the Leaderboard feature story.