[fix] fixed welcome screen

This commit is contained in:
kwaroran
2023-05-19 00:57:06 +09:00
parent 33812be7af
commit d6097cfb9d
2 changed files with 2 additions and 30 deletions

View File

@@ -227,7 +227,7 @@
{#if $selectedCharID < 0 || $settingsOpen}
<div>
<h1 class="text-xl">Welcome to RisuAI!</h1>
<span class="text-xs text-gray-400">Click a bot to start chating</span>
<span class="text-xs text-gray-400">Select a bot to start chating</span>
</div>
{:else}
<CharConfig />