mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
refac
This commit is contained in:
parent
151c072bbc
commit
9979ed4b46
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@
|
||||||
</a>
|
</a>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={$showSidebar ? $i18n.t('Close Sidebar') : $i18n.t('Open Sidebar')}
|
content={$showSidebar ? $i18n.t('Close Sidebar') : $i18n.t('Open Sidebar')}
|
||||||
interactive={true}
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class=" flex rounded-lg hover:bg-gray-100 dark:hover:bg-gray-850 transition cursor-[w-resize]"
|
class=" flex rounded-lg hover:bg-gray-100 dark:hover:bg-gray-850 transition cursor-[w-resize]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue