Skip to content

Commit 0117c8b

Browse files
committed
idk what to do here
1 parent ff9252d commit 0117c8b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/components/ControlModules/MapControlModule.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@
5252
});
5353
</script>
5454

55+
Don't worry about this module right now, its a work in progress :)
5556
<canvas bind:this={canvas} width="2000" height="1300" class="size-full"></canvas>

src/routes/(authenticated)/shockers/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<p>Loading...</p>
2929
{:else}
3030
<Container>
31-
<div class="flex">
31+
<div class="w-full flex content-center justify-between">
3232
<h1 class="text-2xl font-bold">Shockers</h1>
3333
<div>
3434
<!-- Mode button -->

0 commit comments

Comments
 (0)