style: removed uppercase for sidebar section title
This commit is contained in:
parent
c3ef44dcbd
commit
69b1e861fd
@ -58,9 +58,7 @@
|
|||||||
class="h-4 text-gray-900 transition-all duration-300 ease-in-out"
|
class="h-4 text-gray-900 transition-all duration-300 ease-in-out"
|
||||||
:class="{ 'rotate-90': opened }"
|
:class="{ 'rotate-90': opened }"
|
||||||
/>
|
/>
|
||||||
<span class="uppercase">
|
<span>{{ __(view.name) }}</span>
|
||||||
{{ __(view.name) }}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<nav class="flex flex-col">
|
<nav class="flex flex-col">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user