Update imports in GithubStars.svelte and MainMenu.svelte

This commit is contained in:
kwaroran
2024-05-01 07:54:58 +09:00
parent 7962d34e08
commit b224387073
2 changed files with 26 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { MailIcon, MaximizeIcon, WalletIcon } from "lucide-svelte";
import { HomeIcon, MailIcon, MaximizeIcon, WalletIcon } from "lucide-svelte";
import { isTauri, openURL, toggleFullscreen } from "src/ts/storage/globalApi";
</script>
@@ -17,6 +17,11 @@
<img src="/icon/github-mark-white.svg" width="24" alt="github" />
</button>
{/if}
<button class="text-textcolor" on:click={() => {
openURL("https://risuai.net/")
}}>
<HomeIcon size={24} />
</button>
<button class="text-textcolor" on:click={() => {
openURL("https://www.patreon.com/RisuAI")
}}>