[feat] added mail icon
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import { MailIcon, WalletIcon } from "lucide-svelte";
|
||||||
import { isTauri, openURL } from "src/ts/storage/globalApi";
|
import { isTauri, openURL } from "src/ts/storage/globalApi";
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@@ -16,9 +17,14 @@
|
|||||||
<img src="/icon/github-mark-white.svg" width="24" alt="github" />
|
<img src="/icon/github-mark-white.svg" width="24" alt="github" />
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
<button on:click={() => {
|
<button class="text-white" on:click={() => {
|
||||||
openURL("https://www.patreon.com/RisuAI")
|
openURL("https://www.patreon.com/RisuAI")
|
||||||
}}>
|
}}>
|
||||||
<img src="/icon/patreon.png" width="24" alt="github" />
|
<WalletIcon size={24} />
|
||||||
|
</button>
|
||||||
|
<button class="text-white" on:click={() => {
|
||||||
|
openURL("mailto:amasio1234@proton.me")
|
||||||
|
}}>
|
||||||
|
<MailIcon size={24} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user