mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix: donator text gradient placement
This commit is contained in:
@@ -123,10 +123,9 @@
|
||||
@click.prevent="openDonationCard"
|
||||
data-tooltip-type="DonatorTooltip"
|
||||
:data-tooltip-content="$t('donations.dispatcher-message')"
|
||||
class="text--donator"
|
||||
>
|
||||
<img src="/images/icon-diamond.svg" alt="" />
|
||||
{{ station.onlineInfo.dispatcherName }}
|
||||
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
||||
<span class="text--donator"> {{ station.onlineInfo.dispatcherName }}</span>
|
||||
</b>
|
||||
|
||||
<div v-else>
|
||||
|
||||
Reference in New Issue
Block a user