Revert questionable design choices

This commit is contained in:
Полина 2025-01-18 09:28:54 +03:00
parent 2330e8b37f
commit 5463ed9339

View file

@ -81,10 +81,7 @@ export function NavbarMenu(props: {
account={account}
/>
<span
class={cn(
'ml-2',
account.id === activeAccount()?.id ? 'font-semibold' : 'text-muted-foreground',
)}
class="ml-2"
>
{account.name}
</span>