- Home
+
{#if tab === 0}
-
+
+
tab = 1}>
+ {#if me && me.cards.length > 1}
+ Manage Cards
+ Link, unlink, and manage your cards
+ {:else if me}
+ Link card
+ Link your Amusement IC / Aime card to play games.
+ {/if}
+
+
+
tab = 2}>
+ Join Discord
+ Join our Discord server to chat with other players and get help.
+
+
+
tab = 2} icon="uil:link-alt">
+ Setup Connection
+ If you own a cab or arcade setup, begin setting up the connection.
+
{:else if tab === 1}
@@ -35,6 +65,8 @@
{/if}
+
+
\ No newline at end of file
diff --git a/AquaNet/src/pages/UserHome.svelte b/AquaNet/src/pages/UserHome.svelte
index f8362d94..31876581 100644
--- a/AquaNet/src/pages/UserHome.svelte
+++ b/AquaNet/src/pages/UserHome.svelte
@@ -207,7 +207,7 @@ $gap: 20px
display: flex
align-items: flex-end
gap: $gap
- margin-top: -40px
+ margin-top: -72px
h2
font-size: 2rem
diff --git a/AquaNet/src/vars.sass b/AquaNet/src/vars.sass
index 1c781689..05d3a67a 100644
--- a/AquaNet/src/vars.sass
+++ b/AquaNet/src/vars.sass
@@ -4,6 +4,7 @@ $c-good: #b3ffb9
$c-darker: #646cff
$c-bg: #242424
$c-error: #ff6b6b
+$c-shadow: rgba(0, 0, 0, 0.1)
$ov-light: rgba(white, 0.04)
$ov-lighter: rgba(white, 0.08)