1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Fix community page URL

This commit is contained in:
Kamran Ahmed 2024-07-30 11:39:18 +01:00
parent 55b5639541
commit bff7c4203a

View File

@ -161,7 +161,7 @@ export function DiscoverRoadmaps(props: DiscoverRoadmapsProps) {
</Tooltip>
<a
href="/roadmaps"
className="inline-block rounded-md bg-gray-300 px-3.5 py-2 text-sm text-black sm:py-1.5 sm:text-base"
className="inline-block rounded-md bg-gray-300 px-3.5 py-1.5 text-sm text-black sm:py-1.5 sm:text-sm"
>
Visit our official roadmaps
</a>