diff --git a/web-frontend/src/routes/app/+page.svelte b/web-frontend/src/routes/app/+page.svelte index 0f3c186..92d1489 100644 --- a/web-frontend/src/routes/app/+page.svelte +++ b/web-frontend/src/routes/app/+page.svelte @@ -64,30 +64,30 @@ }; -

App

+

App

-

{outputValue}

- {#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded} -

Current cursor: {addr} => ({latlng.lat}, {latlng.lng})

+

{outputValue}

+{#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded} +

Current cursor: {addr} => ({latlng.lat}, {latlng.lng})

- + - - {:else if wasm.status == WasmStatus.Errored} -
-
- -
-
-

Could not start core module

-

Error: {wasm.error}.

-
+ +{:else if wasm.status == WasmStatus.Errored} +
+
+
- {/if} +
+

Could not start core module

+

Error: {wasm.error}.

+
+
+{/if}