diff --git a/client/src/App.svelte b/client/src/App.svelte index 1e11f62..1d10678 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -11,14 +11,16 @@ import TopBorder from "./TopBorder.svelte"; } -
- - - {#if loggedin} - - {:else} - - {/if} +
+ +
+ {#if loggedin} + + {:else} + + {/if} +
+
diff --git a/client/src/BottomBorder.svelte b/client/src/BottomBorder.svelte index abe9208..060778a 100644 --- a/client/src/BottomBorder.svelte +++ b/client/src/BottomBorder.svelte @@ -1,21 +1,16 @@ -
-
+
-