diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 9b789c5e..8f8c6696 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -152,9 +152,6 @@ function App() {
adminRole='8ed0b24e-3320-48cd-8444-bc152304e580'
>
{tagsApi && }
-
-
-
@@ -191,6 +188,14 @@ function App() {
}
/>
+
+
+
+ }
+ />
} />
} />
} />
@@ -247,4 +252,4 @@ function App() {
)
}
-export default App
+export default App
\ No newline at end of file
diff --git a/frontend/src/ModalContent.tsx b/frontend/src/ModalContent.tsx
index 01be1fbd..6d27a032 100644
--- a/frontend/src/ModalContent.tsx
+++ b/frontend/src/ModalContent.tsx
@@ -18,8 +18,8 @@ export function Welcome1({ clickAction1, map }: ChapterProps) {
>
) : (
- <>
- Welcome to {map?.name || 'Utopia Map'}
+
+
Welcome to {map?.name || 'Utopia Map'}
- >
+
)}
>
)