diff --git a/src/components/GenerateRoadmap/RoadmapSearch.tsx b/src/components/GenerateRoadmap/RoadmapSearch.tsx index 5c84d1034..98ac0751f 100644 --- a/src/components/GenerateRoadmap/RoadmapSearch.tsx +++ b/src/components/GenerateRoadmap/RoadmapSearch.tsx @@ -1,4 +1,4 @@ -import { Ban, CircleFadingPlus, Wand } from 'lucide-react'; +import {Ban, CircleFadingPlus, Telescope, Wand} from 'lucide-react'; import type { FormEvent } from 'react'; import { isLoggedIn } from '../../lib/jwt'; import { showLoginPopup } from '../../lib/popup'; @@ -101,7 +101,7 @@ export function RoadmapSearch(props: RoadmapSearchProps) { {' '} roadmaps.

-

+

{limit > 0 && !isLoggedIn() && (