diff --git a/.astro/settings.json b/.astro/settings.json index 9aa9d76f8..50ff25a6a 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -3,6 +3,6 @@ "enabled": false }, "_variables": { - "lastUpdateCheck": 1738019390029 + "lastUpdateCheck": 1739229597159 } } \ No newline at end of file diff --git a/src/components/Dashboard/PersonalDashboard.tsx b/src/components/Dashboard/PersonalDashboard.tsx index a90081a25..a6ca134b2 100644 --- a/src/components/Dashboard/PersonalDashboard.tsx +++ b/src/components/Dashboard/PersonalDashboard.tsx @@ -17,11 +17,11 @@ import { $accountStreak, type StreakResponse } from '../../stores/streak'; import type { PageType } from '../CommandMenu/CommandMenu'; import { FavoriteRoadmaps, - HeroRoadmap, type AIRoadmapType, } from '../HeroSection/FavoriteRoadmaps.tsx'; import type { ProjectStatusDocument } from '../Projects/ListProjectSolutions'; import type { UserProgress } from '../TeamProgress/TeamProgressPage'; +import { HeroRoadmap } from '../HeroSection/HeroRoadmap.tsx'; type UserDashboardResponse = { name: string; @@ -106,7 +106,7 @@ function DashboardStats(props: DashboardStatsProps) { } = props; return ( -
- {!isLoading && icon}
- {isLoading && (
-
-
+ {!isLoading && icon}
+ {isLoading && (
+
+