mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
change label for url to label instead of div
This commit is contained in:
parent
843810cc9f
commit
1160a03644
1 changed files with 2 additions and 1 deletions
|
|
@ -258,10 +258,11 @@
|
|||
|
||||
<div class="flex gap-2 mt-1.5">
|
||||
<div class="flex flex-col w-full">
|
||||
<div class=" mb-0.5 text-xs text-gray-500">{$i18n.t('URL')}</div>
|
||||
<label for="url-input" class=" mb-0.5 text-xs text-gray-500">{$i18n.t('URL')}</label>
|
||||
|
||||
<div class="flex-1">
|
||||
<input
|
||||
id="url-input"
|
||||
class="w-full text-sm bg-transparent placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden"
|
||||
type="text"
|
||||
bind:value={url}
|
||||
|
|
|
|||
Loading…
Reference in a new issue