We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd7a2 commit c48b77dCopy full SHA for c48b77d
1 file changed
packages/app/src/components/titlebar-tab-nav.tsx
@@ -249,7 +249,9 @@ export function TabNavItem(props: {
249
<span data-slot="project-avatar-slot" class="flex size-4 shrink-0 items-center justify-center">
250
<Show
251
when={props.session()}
252
- fallback={<span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />}
+ fallback={
253
+ <span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />
254
+ }
255
>
256
{(session) => (
257
<SessionTabAvatar
0 commit comments