Revert questionable design choices
This commit is contained in:
parent
2330e8b37f
commit
5463ed9339
1 changed files with 1 additions and 4 deletions
|
@ -81,10 +81,7 @@ export function NavbarMenu(props: {
|
||||||
account={account}
|
account={account}
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
class={cn(
|
class="ml-2"
|
||||||
'ml-2',
|
|
||||||
account.id === activeAccount()?.id ? 'font-semibold' : 'text-muted-foreground',
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
{account.name}
|
{account.name}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue