From d1272de92af6ff565c83053ab3c84c35cd6cf02c Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 9 Mar 2024 14:53:07 +0000 Subject: [PATCH] Update --- src/components/GenerateRoadmap/RoadmapSearch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() && (