1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Change color of contribution

This commit is contained in:
Kamran Ahmed
2025-05-23 20:40:44 +01:00
parent 0b463a78e8
commit 78e62f9de5

View File

@@ -593,7 +593,7 @@ export function TopicDetail(props: TopicDetailProps) {
<a
href={contributionUrl}
target="_blank"
className="hidden items-center justify-center rounded-md border bg-gray-200 px-2 py-2 text-sm hover:bg-gray-300 sm:flex"
className="hidden transition-all items-center justify-center rounded-md px-2 py-2 text-sm hover:bg-gray-200 sm:flex"
>
<GitHubIcon className="mr-2 inline-block h-4 w-4 text-current" />
Help us Improve this Content