diff --git a/src/components/LoadingSplash.svelte b/src/components/LoadingSplash.svelte deleted file mode 100644 index 6a70a8a4..00000000 --- a/src/components/LoadingSplash.svelte +++ /dev/null @@ -1,35 +0,0 @@ - - -
{note}
{/if} -This location needs to be surveyed!
{/if} -This location needs to be surveyed!
+ {/if} -- {boosted - ? 'This location is boosted!' - : "Boost this location to improve it's visibility on the map."} -
+- Boost Expires: +
+ {boosted + ? 'This location is boosted!' + : "Boost this location to improve it's visibility on the map."}
- {/if} - + {#if boosted} ++ Boost Expires: +
+ {/if} + + +