mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
change label for url to label instead of div
This commit is contained in:
parent
843810cc9f
commit
1160a03644
@ -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 New Issue
Block a user