mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
fix: 🐛 display emoji stat properly
This commit is contained in:
parent
6de6f68790
commit
4e37acc19c
1 changed files with 13 additions and 12 deletions
|
@ -72,21 +72,22 @@
|
|||
<div class="label">{{ i18n.ts.online }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item _panel emojis">
|
||||
<div class="icon">
|
||||
<i class="ph-smiley ph-bold ph-xl"></i>
|
||||
</div>
|
||||
<div class="body">
|
||||
<div class="value">
|
||||
<MkNumber
|
||||
:value="emojiCount"
|
||||
style="margin-right: 0.5em"
|
||||
/>
|
||||
<div class="item _panel emojis">
|
||||
<div class="icon">
|
||||
<i class="ph-smiley ph-bold ph-xl"></i>
|
||||
</div>
|
||||
<div class="body">
|
||||
<div class="value">
|
||||
<MkNumber
|
||||
:value="emojiCount"
|
||||
style="margin-right: 0.5em"
|
||||
/>
|
||||
</div>
|
||||
<div class="label">{{ i18n.ts.emojis }}</div>
|
||||
</div>
|
||||
<div class="label">{{ i18n.ts.emojis }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO: Drive -->
|
||||
</Transition>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue