diff --git a/website/src/lib/components/FileList.svelte b/website/src/lib/components/FileList.svelte index 9f91474..5d4261c 100644 --- a/website/src/lib/components/FileList.svelte +++ b/website/src/lib/components/FileList.svelte @@ -108,7 +108,7 @@ }); -
+
{#each $fileCollection.files as file, index} diff --git a/website/src/lib/components/Map.svelte b/website/src/lib/components/Map.svelte index 201d623..5c512a1 100644 --- a/website/src/lib/components/Map.svelte +++ b/website/src/lib/components/Map.svelte @@ -101,7 +101,11 @@
diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index d9a13c2..7d5e882 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -16,9 +16,9 @@ +
-