1
0
forked from test/crm

style: removed uppercase for sidebar section title

This commit is contained in:
Shariq Ansari 2024-05-06 20:34:11 +05:30
parent c3ef44dcbd
commit 69b1e861fd

View File

@ -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">