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