Skip to content

Commit

Permalink
chore: reoarder leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjosethomas committed Oct 25, 2024
1 parent cadaf22 commit da8c0c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/pages/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ const Leaderboard: React.FC = () => {
name: 'Regular',
ranking: lb.play_leaders,
},
{
icon: <TrainIcon />,
name: 'Train',
ranking: lb.puzzles_leaders,
},
{
icon: <HandIcon />,
name: 'Hand',
Expand All @@ -38,11 +43,7 @@ const Leaderboard: React.FC = () => {
name: 'Brain',
ranking: lb.brain_leaders,
},
{
icon: <TrainIcon />,
name: 'Train',
ranking: lb.puzzles_leaders,
},

{
icon: <TuringIcon />,
name: 'Bot/Not',
Expand Down

0 comments on commit da8c0c2

Please sign in to comment.