Fix community page URL

pull/6282/head
Kamran Ahmed 4 months ago
parent 9c3539eb3a
commit 55b5639541
  1. 2
      src/components/CustomRoadmap/CustomRoadmapAlert.tsx
  2. 2
      src/components/CustomRoadmap/RoadmapHeader.tsx

@ -40,7 +40,7 @@ export function CustomRoadmapAlert() {
·
</span>
<a
href="/discover"
href="/community"
className="inline-flex items-center gap-1.5 text-sm font-semibold text-yellow-700 underline-offset-2 hover:underline"
>
<HeartHandshake className="h-4 w-4 stroke-[2.5]" />

@ -110,7 +110,7 @@ export function RoadmapHeader(props: RoadmapHeaderProps) {
<div className="flex justify-between gap-2 sm:gap-0">
<div className="flex justify-stretch gap-1 sm:gap-2">
<a
href="/discover"
href="/community"
className="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="Back to All Roadmaps"
>

Loading…
Cancel
Save