diff --git a/apps/chat/apps/web/src/routes/(protected)/+layout.svelte b/apps/chat/apps/web/src/routes/(protected)/+layout.svelte index eb8777638..23425b5f6 100644 --- a/apps/chat/apps/web/src/routes/(protected)/+layout.svelte +++ b/apps/chat/apps/web/src/routes/(protected)/+layout.svelte @@ -216,12 +216,13 @@ {/if} - - - {#if chatOnboarding.shouldShow} - - {/if} + + + {#if chatOnboarding.shouldShow} + + {/if} + diff --git a/apps/clock/apps/web/src/routes/(app)/+layout.svelte b/apps/clock/apps/web/src/routes/(app)/+layout.svelte index 673cddd3a..e2678a31a 100644 --- a/apps/clock/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/clock/apps/web/src/routes/(app)/+layout.svelte @@ -310,12 +310,13 @@ emptyText="Keine Ergebnisse" searchingText="Suche..." /> - - - {#if clockOnboarding.shouldShow} - - {/if} + + + {#if clockOnboarding.shouldShow} + + {/if} + diff --git a/apps/contacts/apps/web/src/routes/(app)/+layout.svelte b/apps/contacts/apps/web/src/routes/(app)/+layout.svelte index 3b38edc25..6cc1f9755 100644 --- a/apps/contacts/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/contacts/apps/web/src/routes/(app)/+layout.svelte @@ -384,13 +384,14 @@ {#if newContactModalStore.isOpen} newContactModalStore.close()} /> {/if} - - - {#if contactsOnboarding.shouldShow} - - {/if} + + + {#if contactsOnboarding.shouldShow} + + {/if} + diff --git a/apps/context/apps/web/src/routes/(app)/+layout.svelte b/apps/context/apps/web/src/routes/(app)/+layout.svelte index 3778b1cc9..f6e9f31c3 100644 --- a/apps/context/apps/web/src/routes/(app)/+layout.svelte +++ b/apps/context/apps/web/src/routes/(app)/+layout.svelte @@ -268,13 +268,13 @@ emptyText="Keine Ergebnisse" searchingText="Suche..." /> - - - {#if contextOnboarding.shouldShow} - - {/if} + +{#if contextOnboarding.shouldShow} + +{/if} +