diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte
index 4d6bc7e2..669ba237 100644
--- a/frontend/src/routes/+page.svelte
+++ b/frontend/src/routes/+page.svelte
@@ -59,37 +59,40 @@ const greetingText = $derived.by(() => {
{greetingText}
{/if}
-
-
-
+
+
-
(bannerCount = 0)}
- />
+
-
-
- {m.dashboard_mission_caption()}
-
-
+
+ (bannerCount = 0)}
/>
-
-
-
-
-
-
- {#if data.canWrite}
- (bannerCount = count)} />
- {/if}
+
+
+ {m.dashboard_mission_caption()}
+
+
+
+
+
+
+
+
+ {#if data.canWrite}
+ (bannerCount = count)} />
+ {/if}
+
{/if}