FIX: Badge spacing
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<Badge
|
<Badge
|
||||||
v-if="config.hasOwnProperty('badgeKey')"
|
v-if="config.hasOwnProperty('badgeKey')"
|
||||||
v-t="config.badgeKey"
|
v-t="config.badgeKey"
|
||||||
class="font-mono rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" />
|
class="font-mono ml-2 rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" />
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-xs" :class="current_tab===config.id?'text-black' : 'text-muted-foreground'">
|
<p class="text-xs" :class="current_tab===config.id?'text-black' : 'text-muted-foreground'">
|
||||||
{{ $t(`config_options.${config.id}.subtitle`) }}
|
{{ $t(`config_options.${config.id}.subtitle`) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user