Skip to content

Commit 42d1241

Browse files
committed
replace with spin slow
1 parent d9145e2 commit 42d1241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/modelSelection/platform/AssistantSelect.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default function AssistantSelect() {
307307
buttonRef.current?.click();
308308
}}
309309
>
310-
<ArrowPathIcon className={cn("text-lightgray h-2.5 w-2.5", loading && 'animate-spin')} />
310+
<ArrowPathIcon className={cn("text-lightgray h-2.5 w-2.5", loading && 'animate-spin-slow')} />
311311
</div>
312312
</div>
313313

0 commit comments

Comments
 (0)