mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: banners
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com>
This commit is contained in:
parent
30521bcac7
commit
0450c7cf48
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="relative -left-2">
|
<div class="relative -left-2">
|
||||||
<Tooltip content={$i18n.t('Dismissible')} className="flex h-fit items-center">
|
<Tooltip content={$i18n.t('Remember Dismissal')} className="flex h-fit items-center">
|
||||||
<Switch bind:state={banner.dismissible} />
|
<Switch bind:state={banner.dismissible} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue