From ff1ed2d9ec08b2e361af3c6a06d02e7da54bab30 Mon Sep 17 00:00:00 2001 From: raymonable <101374892+raymonable@users.noreply.github.com> Date: Sun, 15 Feb 2026 12:20:19 -0500 Subject: [PATCH] fix: :ambulance: incorrect routing, class fixes, update readme --- AquaNet/src/App.svelte | 1 + AquaNet/src/pages/Home.svelte | 4 ++-- AquaNet/src/pages/MaiPhoto.svelte | 4 ++-- README.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 05d62511..5403b50c 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -88,6 +88,7 @@ + diff --git a/AquaNet/src/pages/Home.svelte b/AquaNet/src/pages/Home.svelte index edd9c608..fe4480d5 100644 --- a/AquaNet/src/pages/Home.svelte +++ b/AquaNet/src/pages/Home.svelte @@ -23,7 +23,7 @@

{t('home.user-profile')}

- +

{t('home.rankings')}

@@ -44,7 +44,7 @@ - +

{t('home.setup')}

{t('home.setup-description')} diff --git a/AquaNet/src/pages/MaiPhoto.svelte b/AquaNet/src/pages/MaiPhoto.svelte index 8b9eb9ad..355143c1 100644 --- a/AquaNet/src/pages/MaiPhoto.svelte +++ b/AquaNet/src/pages/MaiPhoto.svelte @@ -17,9 +17,9 @@ {:then photos} {#if photos.length === 0} -
{t('maiphoto.none')}
+
{t('maiphoto.none')}
{:else} -
{t('maiphoto.url_warning')}
+
{t('maiphoto.url_warning')}
{/if}
{#each photos as photo} diff --git a/README.md b/README.md index 8ca6617b..d8bb4ac8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Check out these docs for more information. 1. Ensure your game can boot to title screen. 2. Go to [https://aquadx.net](https://aquadx.net) and sign up (or log in). -3. Access the Setup Connection page and follow the instructions provided. +3. Access the [Setup Connection page](https://aquadx.net/setup) and follow the instructions provided. If you encounter any issue, please report via Discord, QQ, (both available on the website) or the GitHub issue tracker.