Skip to content

Commit

Permalink
change icons
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Apr 29, 2024
1 parent 01f26c6 commit 611e8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/app/nav/items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ function clearFocus() {
<slot name="start" />
<li>
<nuxt-link-locale :to="{ name: 'leaderboard-mode' }" @click="clearFocus">
<icon name="material-symbols:leaderboard-rounded" class="w-5 h-5" size="100%" />
<icon name="ph:ranking-fill" class="w-5 h-5" size="100%" />
{{ t('title.leaderboard') }}
</nuxt-link-locale>
</li>
<li>
<nuxt-link-locale :to="{ name: 'clans' }" @click="clearFocus">
<icon name="material-symbols:leaderboard-rounded" class="w-5 h-5" size="100%" />
<icon name="ic:outline-group-work" class="w-5 h-5" size="100%" />
[{{ t('global.wip') }}] {{ t('title.clans') }}
</nuxt-link-locale>
</li>
Expand Down

0 comments on commit 611e8fb

Please sign in to comment.