Skip to content

Commit

Permalink
feat: board path -> game
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Nov 4, 2024
1 parent 9268ab5 commit c099008
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/Landing/LandingLeaderboards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defineProps<LandingLeaderboardsProps>()
class="mb-2 h-full content-center rounded-lg bg-gray-200 p-8 text-blue-500 underline hover:cursor-pointer"
:to="
localePath({
name: 'board-slug',
name: 'game-slug',
params: { slug: leaderboard.slug },
})
"
Expand Down
File renamed without changes.

0 comments on commit c099008

Please sign in to comment.