diff --git a/src/components/Dashboard/DashboardAiRoadmaps.tsx b/src/components/Dashboard/DashboardAiRoadmaps.tsx index aa578665c..c3d96bbec 100644 --- a/src/components/Dashboard/DashboardAiRoadmaps.tsx +++ b/src/components/Dashboard/DashboardAiRoadmaps.tsx @@ -4,7 +4,13 @@ import { DashboardCardLink } from './DashboardCardLink'; import { useState } from 'react'; import { CreateRoadmapModal } from '../CustomRoadmap/CreateRoadmap/CreateRoadmapModal'; import { Simulate } from 'react-dom/test-utils'; -import { Bot, BrainCircuit, Map, PencilRuler } from 'lucide-react'; +import { + ArrowUpRight, + Bot, + BrainCircuit, + Map, + PencilRuler, +} from 'lucide-react'; type DashboardAiRoadmapsProps = { roadmaps: { @@ -20,9 +26,21 @@ export function DashboardAiRoadmaps(props: DashboardAiRoadmapsProps) { return ( <> -