Skip to content

Commit 0eacaef

Browse files
committed
Remove project idea submission button
1 parent 60479d7 commit 0eacaef

2 files changed

Lines changed: 1 addition & 46 deletions

File tree

.github/ISSUE_TEMPLATE/05-project-contribution.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/components/Projects/ProjectsList.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ProjectCard } from './ProjectCard.tsx';
2-
import { HeartHandshake, Trash2 } from 'lucide-react';
2+
import { Trash2 } from 'lucide-react';
33
import { cn } from '../../lib/classname.ts';
44
import { useEffect, useMemo, useState } from 'react';
55

@@ -142,16 +142,6 @@ export function ProjectsList(props: ProjectsListProps) {
142142
</button>
143143
)}
144144
</div>
145-
<a
146-
href={
147-
'https://github.com/kamranahmedse/developer-roadmap/issues/new?assignees=&labels=project+contribution&projects=&template=05-project-contribution.yml'
148-
}
149-
target={'_blank'}
150-
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"
151-
>
152-
<HeartHandshake className="h-4 w-4" />
153-
Submit a Project Idea
154-
</a>
155145
</div>
156146
<div className="mb-24 grid grid-cols-1 gap-1.5 sm:grid-cols-2 lg:grid-cols-3">
157147
{matchingProjects.length === 0 && (

0 commit comments

Comments
 (0)