Skip to content

Commit

Permalink
Make link inline instead of block
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAman62 committed Aug 31, 2024
1 parent 28356cd commit d8db665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/GridLeaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export default function GridLeaderboard() {
)}
</div>

<div className="flex justify-center mt-4">
<Link to="/leaderboards" className="text-sky-400 hover:text-sky-600 mr-1">
<div className="text-center mt-4">
<Link to="/leaderboards" className="text-sky-400 hover:text-sky-600">
Create your own Leaderboard
</Link>
<span> to see how you fare against your friends.</span>
Expand Down

0 comments on commit d8db665

Please sign in to comment.