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}
|
||||
/>
|
||||
<span
|
||||
class={cn(
|
||||
'ml-2',
|
||||
account.id === activeAccount()?.id ? 'font-semibold' : 'text-muted-foreground',
|
||||
)}
|
||||
class="ml-2"
|
||||
>
|
||||
{account.name}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue