Skip to content

Commit

Permalink
feat: add link to records
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Dec 4, 2023
1 parent d91e6ca commit 69f5df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Level/Leaderboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ interface chartData {
</div>
</div>
<div v-if="rankData.chart" class="opacity-75 mt-1">
<NuxtLink v-if="rankData.chart" class="opacity-75" :to="{ name: 'records', query: { chartId: rankData.chart.id } }">
Id: {{ rankData.chart.id }}
</div>
</NuxtLink>
<!-- Page Switch -->
<Pagination
Expand Down

0 comments on commit 69f5df5

Please sign in to comment.