mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
32086b6ecd
commit
0e3b6b3b8f
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@
|
|||
import Chats from './InputMenu/Chats.svelte';
|
||||
import Notes from './InputMenu/Notes.svelte';
|
||||
import Knowledge from './InputMenu/Knowledge.svelte';
|
||||
import Link from '$lib/components/icons/Link.svelte';
|
||||
import AttachWebpageModal from './AttachWebpageModal.svelte';
|
||||
import GlobeAlt from '$lib/components/icons/GlobeAlt.svelte';
|
||||
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
showAttachWebpageModal = true;
|
||||
}}
|
||||
>
|
||||
<Link />
|
||||
<GlobeAlt />
|
||||
<div class="line-clamp-1">{$i18n.t('Attach Webpage')}</div>
|
||||
</DropdownMenu.Item>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue