Skip to content

Commit c48b77d

Browse files
chore: generate
1 parent 64fd7a2 commit c48b77d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/app/src/components/titlebar-tab-nav.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ export function TabNavItem(props: {
249249
<span data-slot="project-avatar-slot" class="flex size-4 shrink-0 items-center justify-center">
250250
<Show
251251
when={props.session()}
252-
fallback={<span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />}
252+
fallback={
253+
<span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />
254+
}
253255
>
254256
{(session) => (
255257
<SessionTabAvatar

0 commit comments

Comments
 (0)