|
|
@ -87,7 +87,7 @@ const isBestPracticeReady = !isUpcoming; |
|
|
|
{ |
|
|
|
{ |
|
|
|
isBestPracticeReady && ( |
|
|
|
isBestPracticeReady && ( |
|
|
|
<a |
|
|
|
<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" |
|
|
|
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" |
|
|
|
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" |
|
|
|
aria-label="Suggest Changes" |
|
|
|