changes
This commit is contained in:
@@ -10,12 +10,13 @@
|
||||
<div class="fs-17 font-semibold is-flex is-gap-1 is-align-items-center mb-1">
|
||||
<div
|
||||
v-if="subtab"
|
||||
class="is-flex is-gap-0.5 is-align-items-center"
|
||||
class="is-flex is-gap-1 is-align-items-center"
|
||||
>
|
||||
<span>{{ tab[$store.lang] }}</span>
|
||||
<Icon
|
||||
name="material-symbols:arrow-forward-ios-rounded"
|
||||
:size="16"
|
||||
class="has-text-grey"
|
||||
/>
|
||||
<span>{{ subtab[$store.lang] }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user