We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9252d commit 0117c8bCopy full SHA for 0117c8b
2 files changed
src/lib/components/ControlModules/MapControlModule.svelte
@@ -52,4 +52,5 @@
52
});
53
</script>
54
55
+Don't worry about this module right now, its a work in progress :)
56
<canvas bind:this={canvas} width="2000" height="1300" class="size-full"></canvas>
src/routes/(authenticated)/shockers/+page.svelte
@@ -28,7 +28,7 @@
28
<p>Loading...</p>
29
{:else}
30
<Container>
31
- <div class="flex">
+ <div class="w-full flex content-center justify-between">
32
<h1 class="text-2xl font-bold">Shockers</h1>
33
<div>
34
<!-- Mode button -->
0 commit comments