Update imports in GithubStars.svelte and MainMenu.svelte
This commit is contained in:
@@ -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")
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user