dev: hotfix, more standardization
This commit is contained in:
No files matched your search
@@ -22,13 +22,13 @@ const activeTeam = ref(props.teams[0])
|
||||
<div
|
||||
class="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-lg"
|
||||
>
|
||||
<img :src="activeTeam.logo" class="h-full w-full" />
|
||||
<img :src="activeTeam?.logo" class="h-full w-full" />
|
||||
</div>
|
||||
<div class="grid flex-1 text-left text-sm leading-tight">
|
||||
<span class="truncate font-semibold">
|
||||
{{ activeTeam.name }}
|
||||
{{ activeTeam?.name }}
|
||||
</span>
|
||||
<span class="truncate text-xs">{{ activeTeam.plan }}</span>
|
||||
<span class="truncate text-xs">{{ activeTeam?.plan }}</span>
|
||||
</div>
|
||||
</SidebarMenuButton>
|
||||
</DropdownMenuTrigger>
|
||||
|
||||
Reference in New Issue
Block a user