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.