mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-02 06:39:02 -05:00
refac
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
aria-label={collapsed ? 'Expand' : 'Collapse'}
|
||||
>
|
||||
{#if collapsed}
|
||||
<ChevronDown className="w-2.5 h-2.5" />
|
||||
{:else}
|
||||
<ChevronUp className="w-2.5 h-2.5" />
|
||||
{:else}
|
||||
<ChevronDown className="w-2.5 h-2.5" />
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user