From 270113f888904eb1e6b2c1941288d87a54870c50 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 19 Mar 2024 15:23:40 +0000 Subject: [PATCH] Update spinner --- src/components/GenerateRoadmap/AITermSuggestionInput.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/GenerateRoadmap/AITermSuggestionInput.tsx b/src/components/GenerateRoadmap/AITermSuggestionInput.tsx index f8b57ffbc..1f93b3da6 100644 --- a/src/components/GenerateRoadmap/AITermSuggestionInput.tsx +++ b/src/components/GenerateRoadmap/AITermSuggestionInput.tsx @@ -11,6 +11,7 @@ import { useDebounceValue } from '../../hooks/use-debounce'; import { httpGet } from '../../lib/http'; import { useToast } from '../../hooks/use-toast'; import { Loader2 } from 'lucide-react'; +import {Spinner} from "../ReactIcons/Spinner.tsx"; type GetTopAIRoadmapTermResponse = { _id: string; @@ -154,8 +155,8 @@ export function AITermSuggestionInput(props: AITermSuggestionInputProps) { /> {isLoading && ( -
- +
+
)}