diff --git a/public/icon/github-mark-white.svg b/public/icon/github-mark-white.svg new file mode 100644 index 00000000..d5e64918 --- /dev/null +++ b/public/icon/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icon/patreon.png b/public/icon/patreon.png new file mode 100644 index 00000000..9a521e3f Binary files /dev/null and b/public/icon/patreon.png differ diff --git a/src/lib/Others/GithubStars.svelte b/src/lib/Others/GithubStars.svelte index 256ba57b..ecdcc210 100644 --- a/src/lib/Others/GithubStars.svelte +++ b/src/lib/Others/GithubStars.svelte @@ -1,11 +1,24 @@ - -{#if !isTauri} + +
+ {#if !isTauri} Star -{/if} + {:else} + + {/if} + +
\ No newline at end of file