mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
use subs to prevent wrap in most cases
This commit is contained in:
parent
abc35e736d
commit
0f9f3bf8fd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ defineEmits(['open-album']);
|
||||||
<img class="card-bg bg-img pop-2" :src="art" loading="lazy" alt />
|
<img class="card-bg bg-img pop-2" :src="art" loading="lazy" alt />
|
||||||
|
|
||||||
<div class="card-text">
|
<div class="card-text">
|
||||||
<h4>{{ name.replace('subscribers', t('artist.subscribers')) }}</h4>
|
<h4>{{ name.replace('subscribers', t('artist.subs')) }}</h4>
|
||||||
<i>{{ author }}</i>
|
<i>{{ author }}</i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue