diff --git a/assets/ts/desktop/layout.tsx b/assets/ts/desktop/layout.tsx
index f74a3b7..9a6a011 100644
--- a/assets/ts/desktop/layout.tsx
+++ b/assets/ts/desktop/layout.tsx
@@ -55,34 +55,36 @@ export default function Desktop(props: {
return (
<>
-
-
-
- 0}>
+
+
+
+
+
>
)
diff --git a/assets/ts/mobile/layout.tsx b/assets/ts/mobile/layout.tsx
index 29653e2..3b85b96 100644
--- a/assets/ts/mobile/layout.tsx
+++ b/assets/ts/mobile/layout.tsx
@@ -1,4 +1,4 @@
-import { createSignal, type JSX, type Setter } from 'solid-js'
+import { Show, createSignal, type JSX, type Setter } from 'solid-js'
import type { ImageJSON } from '../resources'
@@ -29,22 +29,24 @@ export default function Mobile(props: {
return (
<>
-
-
+ 0}>
+
+
+
>
)
}