1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Update project announcement

This commit is contained in:
Kamran Ahmed
2024-11-28 08:58:45 +05:00
parent 266d357e2a
commit bf734b0294

View File

@@ -26,11 +26,11 @@ export function FeatureAnnouncement(props: FeatureAnnouncementProps) {
href={'/projects'} href={'/projects'}
className="font-medium text-blue-500 underline underline-offset-2" className="font-medium text-blue-500 underline underline-offset-2"
> >
backend roadmap several of our roadmaps
</a> </a>
<span className={'hidden md:inline'}> <span className={'hidden md:inline'}>
{' '} {' '}
and are coming soon on the others{' '} and are coming soon on the others
</span> </span>
<PartyPopper className="relative -top-[3px] ml-2 inline-block h-5 w-5 text-blue-500 md:ml-1 md:h-6 md:w-6" /> <PartyPopper className="relative -top-[3px] ml-2 inline-block h-5 w-5 text-blue-500 md:ml-1 md:h-6 md:w-6" />
</div> </div>