mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 05:42:41 +02:00
Update feature announcement
This commit is contained in:
@@ -1,19 +1,20 @@
|
|||||||
type AIAnnouncementProps = {};
|
type FeatureAnnouncementProps = {};
|
||||||
|
|
||||||
export function FeatureAnnouncement(props: AIAnnouncementProps) {
|
export function FeatureAnnouncement(props: FeatureAnnouncementProps) {
|
||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
className="rounded-md border border-dashed border-purple-600 px-3 py-1.5 text-purple-400 transition-colors hover:border-purple-400 hover:text-purple-200"
|
className="rounded-md border border-dashed border-purple-600 px-3 py-1.5 text-purple-400 transition-colors hover:border-purple-400 hover:text-purple-200"
|
||||||
href="/community"
|
href="https://www.youtube.com/watch?v=9lS3slfJ0x0"
|
||||||
|
target='_blank'
|
||||||
>
|
>
|
||||||
<span className="relative -top-[1px] mr-1 text-xs font-semibold uppercase text-white">
|
<span className="relative -top-[1px] mr-1 text-xs font-semibold uppercase text-white">
|
||||||
New
|
New
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
<span className={'hidden sm:inline'}>
|
<span className={'hidden sm:inline'}>
|
||||||
Explore community made roadmaps
|
Practice your skills with projects
|
||||||
</span>
|
</span>
|
||||||
<span className={'inline text-sm sm:hidden'}>
|
<span className={'inline text-sm sm:hidden'}>
|
||||||
Community roadmaps explorer!
|
Build projects to skill up
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user