diff --git a/website/src/lib/components/FileList.svelte b/website/src/lib/components/FileList.svelte index 9f91474c..5d4261c0 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 201d6232..5c512a1f 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 d9a13c23..7d5e882a 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -16,9 +16,9 @@ +
-