1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Update suggest changes button

This commit is contained in:
Kamran Ahmed
2024-05-11 17:21:23 +01:00
parent 9674bce96e
commit 2071b92d3e
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ const isBestPracticeReady = !isUpcoming;
{
isBestPracticeReady && (
<a
href={`https://github.com/kamranahmedse/developer-roadmap/issues/new?title=[Suggestion] ${title}`}
href={`https://github.com/kamranahmedse/developer-roadmap/issues/new/choose`}
target="_blank"
class="inline-flex items-center justify-center rounded-md bg-gray-500 px-3 py-1.5 text-xs font-medium text-white hover:bg-gray-600 sm:text-sm"
aria-label="Suggest Changes"

View File

@@ -157,7 +157,7 @@ const hasTnsBanner = !!tnsBannerLink;
{
isRoadmapReady && (
<a
href={`https://github.com/kamranahmedse/developer-roadmap/issues/new?title=[Suggestion] ${title}`}
href={`https://github.com/kamranahmedse/developer-roadmap/issues/new/choose`}
target='_blank'
class='inline-flex items-center justify-center rounded-md bg-gray-500 px-3 py-1.5 text-xs font-medium text-white hover:bg-gray-600 sm:text-sm'
aria-label='Suggest Changes'