Skip to content

Commit

Permalink
chore(app): fix deviance of header from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Dec 2, 2024
1 parent 93a3693 commit 51470f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/client/src/components/header/menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,15 @@
></div>
<span>{{ userHourglasses }}</span>
</div>
<div class="item-with-icon gem">
<div
class="item-with-icon gem"
@click.prevent="showBuyGemsModal()"
>
<a
v-b-tooltip.hover.bottom="$t('gems')"
class="top-menu-icon svg-icon gem mr-2"
:aria-label="$t('gems')"
href="#buy-gems"
@click.prevent="showBuyGemsModal()"
v-html="icons.gem"
></a>
<span>{{ userGems }}</span>
Expand Down

0 comments on commit 51470f7

Please sign in to comment.