Update Sidebar.svelte

This commit is contained in:
Morgan 2024-02-16 04:28:15 +09:00 committed by GitHub
parent f521cc2373
commit 4520bd877f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
{:else}
<div class="level-item">
<button on:click={() => { $pinMainMenu = false; startNewChatWithWarning(activeChatId) }} class="panel-block button" title="Start new chat with default profile" class:is-disabled={!hasModels}
><span class="greyscale mr-1"><Fa icon={faSquarePlus} /></span></button>
><span class="greyscale"><Fa icon={faSquarePlus} /></span></button>
</div>
{/if}
</div>