diff --git a/src/App.tsx b/src/App.tsx
index e35b587..f8edaa2 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -11,16 +11,12 @@ import headerLinks from './assets/header.json';
function App() {
return (
-
+
-
+
);
}
diff --git a/src/KartaPage.tsx b/src/KartaPage.tsx
index f08e937..71ad60b 100644
--- a/src/KartaPage.tsx
+++ b/src/KartaPage.tsx
@@ -1,4 +1,4 @@
-import { Grid, Skeleton, Flex, ScrollArea, Autocomplete, Container } from '@mantine/core';
+import { Grid, Skeleton, Box, Flex, ScrollArea, Autocomplete, Container } from '@mantine/core';
import { ArticleCardVertical } from './ArticleCard';
import articleCard from './assets/card.json';
import Map from 'react-map-gl/maplibre';
@@ -6,16 +6,58 @@ import mapstyle from './assets/basemap.json'
export function KartaPage() {
return (
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
+
+
}
\ No newline at end of file