Skip to content

Commit 89e6a24

Browse files
committed
fix: 修复不存在图标
1 parent 8321876 commit 89e6a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/src/components/pro-chat-scroll.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ onUnmounted(() => {
131131
>
132132
<div class="flex items-center justify-center gap-1 opacity-0">
133133
<UIcon
134-
name="i-ph-spinner-gap-bold"
134+
name="i-lucide-loader-circle"
135135
size="16"
136136
class="text-secondary-foreground animate-spin"
137137
/>

packages/ui/src/components/pro-infinite-scroll.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ onUnmounted(() => {
162162
class="flex items-center justify-center gap-1"
163163
>
164164
<UIcon
165-
name="i-ph-spinner-gap-bold"
165+
name="i-lucide-loader-circle"
166166
size="16"
167167
class="text-secondary-foreground animate-spin"
168168
/>

0 commit comments

Comments
 (0)