mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Merge pull request #14054 from silentoplayz/delete-lightblub
fix: Correct typo in LightBulb component name and imports & delete lightblub.svelte (duplicate of lightbulb.svelte)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import { chatCompletion } from '$lib/apis/openai';
|
||||
|
||||
import ChatBubble from '$lib/components/icons/ChatBubble.svelte';
|
||||
import LightBlub from '$lib/components/icons/LightBlub.svelte';
|
||||
import LightBulb from '$lib/components/icons/LightBulb.svelte';
|
||||
import Markdown from '../Messages/Markdown.svelte';
|
||||
import Skeleton from '../Messages/Skeleton.svelte';
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
explainHandler();
|
||||
}}
|
||||
>
|
||||
<LightBlub className="size-3 shrink-0" />
|
||||
<LightBulb className="size-3 shrink-0" />
|
||||
|
||||
<div class="shrink-0">{$i18n.t('Explain')}</div>
|
||||
</button>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
TIP: {
|
||||
border: 'border-emerald-500',
|
||||
text: 'text-emerald-500',
|
||||
icon: LightBlub
|
||||
icon: LightBulb
|
||||
},
|
||||
IMPORTANT: {
|
||||
border: 'border-purple-500',
|
||||
@@ -65,7 +65,7 @@
|
||||
<script lang="ts">
|
||||
import Info from '$lib/components/icons/Info.svelte';
|
||||
import Star from '$lib/components/icons/Star.svelte';
|
||||
import LightBlub from '$lib/components/icons/LightBlub.svelte';
|
||||
import LightBulb from '$lib/components/icons/LightBulb.svelte';
|
||||
import Bolt from '$lib/components/icons/Bolt.svelte';
|
||||
import ArrowRightCircle from '$lib/components/icons/ArrowRightCircle.svelte';
|
||||
import MarkdownTokens from './MarkdownTokens.svelte';
|
||||
|
||||
Reference in New Issue
Block a user