fix(ui): remove capitalize class from terminal menu selected label (#23518)

This commit is contained in:
G30
2026-04-08 12:48:51 -07:00
committed by GitHub
parent 9f1b279e88
commit 8977789177
@@ -102,7 +102,7 @@
<Cloud className="size-3.5" strokeWidth="2" />
{#if $selectedTerminalId && selectedLabel}
<span class="truncate text-[13px] max-w-[100px] sm:max-w-[150px] capitalize"
<span class="truncate text-[13px] max-w-[100px] sm:max-w-[150px]"
>{selectedLabel}</span
>
{/if}