diff --git a/public/images/team-promo/hero-img.png b/public/images/team-promo/hero-img.png index bf63c201a..9c54c9356 100644 Binary files a/public/images/team-promo/hero-img.png and b/public/images/team-promo/hero-img.png differ diff --git a/src/components/HeroSection/EmptyProgress.tsx b/src/components/HeroSection/EmptyProgress.tsx index 9d98c05d7..46a06fb61 100644 --- a/src/components/HeroSection/EmptyProgress.tsx +++ b/src/components/HeroSection/EmptyProgress.tsx @@ -1,23 +1,30 @@ import { CheckIcon } from '../ReactIcons/CheckIcon'; +import { TeamAnnouncement } from '../TeamAnnouncement'; type EmptyProgressProps = { - title?: string; - message?: string; + title?: string; + message?: string; }; export function EmptyProgress(props: EmptyProgressProps) { - const { - title = 'Start learning ..', - message = 'Your progress and favorite roadmaps will show up here.', - } = props; + const { + title = 'Start learning ..', + message = 'Your progress and favorite roadmaps will show up here.', + } = props; - return ( -
{message}
-{message}
+ +
+
+