Skip to content

Commit

Permalink
Fix points ticker leaderboard link to route client-side
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Oct 15, 2024
1 parent 74cfab2 commit 9c34da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ export default class Navbar extends Component {
</div>
</Link>
}
<a href="/leaderboard">
<Link to="/leaderboard">
<PointsTicker user={this.props.user} className="mr-mr-8" />
</a>
</Link>
<Dropdown
className="mr-dropdown--right"
dropdownButton={dropdown =>
Expand Down

0 comments on commit 9c34da1

Please sign in to comment.