diff --git a/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx b/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx index 9c9345e4b..3e846b3ad 100644 --- a/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx +++ b/src/components/PersonalizedRoadmap/PersonalizedRoadmap.tsx @@ -16,6 +16,7 @@ import { useAuth } from '../../hooks/use-auth'; import { roadmapJSONOptions } from '../../queries/roadmap'; import { isLoggedIn } from '../../lib/jwt'; import { showLoginPopup } from '../../lib/popup'; +import { cn } from '../../lib/classname'; type PersonalizedRoadmapProps = { roadmapId: string; @@ -206,7 +207,7 @@ export function PersonalizedRoadmap(props: PersonalizedRoadmapProps) { /> ) : ( diff --git a/src/components/RoadmapHeader.astro b/src/components/RoadmapHeader.astro index 91c1969df..d74e7f9f5 100644 --- a/src/components/RoadmapHeader.astro +++ b/src/components/RoadmapHeader.astro @@ -161,7 +161,6 @@ const hasProjects = projectCount > 0; text='AI Tutor' mobileText='AI' isActive={false} - badgeText='New' /> )}