1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 16:39:02 +02:00

Add project submission contribution page

This commit is contained in:
Kamran Ahmed
2024-08-07 17:58:23 +01:00
parent 6821d20cf1
commit cd7bb19639

View File

@@ -99,7 +99,10 @@ export function ProjectsList(props: ProjectsListProps) {
)}
</div>
<a
href={''}
href={
'https://github.com/kamranahmedse/developer-roadmap/issues/new?assignees=&labels=project+contribution&projects=&template=05-project-contribution.yml'
}
target={'_blank'}
className="hidden items-center gap-2 rounded-md border border-transparent px-2 py-0.5 text-sm underline underline-offset-2 hover:bg-black hover:text-white hover:no-underline sm:flex"
>
<HeartHandshake className="h-4 w-4" />