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="{ 'rotate-90': opened }"
|
||||
/>
|
||||
<span class="uppercase">
|
||||
{{ __(view.name) }}
|
||||
</span>
|
||||
<span>{{ __(view.name) }}</span>
|
||||
</div>
|
||||
</template>
|
||||
<nav class="flex flex-col">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user