mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
chore: adjustment
This commit is contained in:
parent
83ed2d0661
commit
58b309149a
2 changed files with 2 additions and 2 deletions
|
|
@ -256,7 +256,7 @@
|
||||||
explainHandler();
|
explainHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LightBlub className="size-3 shrink-0" />
|
<LightBulb className="size-3 shrink-0" />
|
||||||
|
|
||||||
<div class="shrink-0">{$i18n.t('Explain')}</div>
|
<div class="shrink-0">{$i18n.t('Explain')}</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
TIP: {
|
TIP: {
|
||||||
border: 'border-emerald-500',
|
border: 'border-emerald-500',
|
||||||
text: 'text-emerald-500',
|
text: 'text-emerald-500',
|
||||||
icon: LightBlub
|
icon: LightBulb
|
||||||
},
|
},
|
||||||
IMPORTANT: {
|
IMPORTANT: {
|
||||||
border: 'border-purple-500',
|
border: 'border-purple-500',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue