Converted <label> in <BaseLabel>

This commit is contained in:
varshapun
2023-03-23 17:24:03 +05:30
parent 87495e8055
commit cba602655d
19 changed files with 145 additions and 155 deletions

View File

@ -50,20 +50,20 @@
pb-4
"
>
<label
<BaseLabel
class="
px-3
py-2
text-xs
font-semibold
text-gray-400
mb-0.5
block
uppercase
!px-3
!py-2
!text-xs
!font-semibold
!text-gray-400
!mb-0.5
!block
!uppercase
"
>
{{ $t('company_switcher.label') }}
</label>
</BaseLabel>
<div
v-if="companyStore.companies.length < 1"