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 && ( -
- +
+
)}