mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-12 23:02:35 +00:00
refac
This commit is contained in:
parent
83fad5e9f7
commit
8970923940
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
import InputVariablesModal from './MessageInput/InputVariablesModal.svelte';
|
||||
import Voice from '../icons/Voice.svelte';
|
||||
import Cloud from '../icons/Cloud.svelte';
|
||||
import Terminal from '../icons/Terminal.svelte';
|
||||
import IntegrationsMenu from './MessageInput/IntegrationsMenu.svelte';
|
||||
import TerminalMenu from './MessageInput/TerminalMenu.svelte';
|
||||
import Component from '../icons/Component.svelte';
|
||||
|
|
@ -1756,7 +1756,7 @@
|
|||
? 'm-1'
|
||||
: 'focus:outline-hidden rounded-full'}"
|
||||
>
|
||||
<Cloud className="size-3.5" strokeWidth="2" />
|
||||
<Terminal className="size-3.5" strokeWidth="2" />
|
||||
|
||||
<div class="hidden group-hover:block">
|
||||
<XMark className="size-4" strokeWidth="1.75" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue