refactor: Update email address in GithubStars.svelte

This commit is contained in:
kwaroran
2024-05-19 02:55:31 +09:00
parent 4f7e3995ed
commit defa8454d7

View File

@@ -28,7 +28,7 @@
<WalletIcon size={24} />
</button>
<button class="text-textcolor" on:click={() => {
openURL("mailto:amasio1234@proton.me")
openURL("mailto:risuai@proton.me")
}}>
<MailIcon size={24} />
</button>