Skip to content

Commit

Permalink
change transmits wrong data
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancrypt committed Jul 18, 2024
1 parent 1d10f14 commit 5413a0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/components/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ import Logo from "./Logo.astro";
<div
class="mt-8 flex flex-wrap justify-center gap-x-1 gap-y-3 sm:gap-x-2 lg:justify-start"
>
<IconLink href="#" icon={bookIcon}> Documentation </IconLink>
<IconLink
href="https://github.com/openedu101/web3roadmap/blob/main/CONTRIBUTING.md"
icon={bookIcon}
>
Documentation
</IconLink>
<IconLink
href="https://github.com/openedu101/web3roadmap"
icon={githubIcon}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/[roadmapId]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (error || !roadmapData) {
type="roadmapReader"
title={roadmapData.title}
description={roadmapData.description}
documentationLink={roadmapData.description}
documentationLink={roadmapData.documentationLink}
githubLink={roadmapData.github}
>
{
Expand Down

0 comments on commit 5413a0d

Please sign in to comment.