diff --git a/src/components/FeatureAnnouncement.tsx b/src/components/FeatureAnnouncement.tsx index 8f4468481..81b57ef66 100644 --- a/src/components/FeatureAnnouncement.tsx +++ b/src/components/FeatureAnnouncement.tsx @@ -1,19 +1,20 @@ -type AIAnnouncementProps = {}; +type FeatureAnnouncementProps = {}; -export function FeatureAnnouncement(props: AIAnnouncementProps) { +export function FeatureAnnouncement(props: FeatureAnnouncementProps) { return ( New {' '} - Explore community made roadmaps + Practice your skills with projects - Community roadmaps explorer! + Build projects to skill up );