We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266d357 commit bf734b0Copy full SHA for bf734b0
src/components/FeatureAnnouncement.tsx
@@ -26,11 +26,11 @@ export function FeatureAnnouncement(props: FeatureAnnouncementProps) {
26
href={'/projects'}
27
className="font-medium text-blue-500 underline underline-offset-2"
28
>
29
- backend roadmap
+ several of our roadmaps
30
</a>
31
<span className={'hidden md:inline'}>
32
{' '}
33
- and are coming soon on the others{' '}
+ and are coming soon on the others
34
</span>
35
<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" />
36
</div>
0 commit comments