mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
make header h1 instead of div
This commit is contained in:
parent
deaa7133a2
commit
1909505466
@ -385,7 +385,7 @@
|
||||
|
||||
<div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg:max-h-full">
|
||||
<div>
|
||||
<div class=" mb-1.5 text-sm font-medium">{$i18n.t('UI')}</div>
|
||||
<h1 class=" mb-1.5 text-sm font-medium">{$i18n.t('UI')}</h1>
|
||||
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
|
Loading…
Reference in New Issue
Block a user