[feat] comming soon to offical discord for temp

This commit is contained in:
kwaroran
2023-06-16 10:38:11 +09:00
parent 1ad286561e
commit f72380ef0c
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -29,3 +29,4 @@ xplugin/
/src-taurl/gen/
/build/
pycache/
test.ts

View File

@@ -40,9 +40,9 @@
<span class="mt-2 text-gray-400 text-start">Characters made and shared by the community</span>
</button>
{:else}
<button class="bg-darkbg rounded-md p-6 flex flex-col">
<h1 class="text-2xl font-bold text-start">Comming soon</h1>
<span class="mt-2 text-gray-400 text-start">More options comming soon</span>
<button class="bg-darkbg rounded-md p-6 flex flex-col" on:click={() => {openURL("https://discord.gg/JzP8tB9ZK8")}}>
<h1 class="text-2xl font-bold text-start">Official Discord</h1>
<span class="mt-2 text-gray-400 text-start">Offical Discord to talk about RisuAI</span>
</button>
{/if}
</div>