This commit is contained in:
Timothy Jaeryang Baek 2025-09-24 11:22:48 -05:00
parent 32086b6ecd
commit 0e3b6b3b8f

View file

@ -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>