fix: sidebar model selector issue

This commit is contained in:
Timothy J. Baek
2024-05-14 12:26:53 -10:00
parent ad67339426
commit de75679ffb
4 changed files with 24 additions and 4 deletions

View File

@@ -234,7 +234,7 @@
</button>
<a
id="sidebar-new-chat-button"
class="flex justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-900 transition"
class="flex justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-850 transition"
href="/"
on:click={async () => {
selectedChatId = null;