Skip to content

Commit

Permalink
Update suggest changes button
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed May 11, 2024
1 parent 9674bce commit 2071b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BestPracticeHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/components/RoadmapHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2071b92

Please sign in to comment.