Skip to content

Commit

Permalink
Update Body.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnZaharick authored Oct 24, 2023
1 parent e02d7ba commit 85c9cf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/assets/pages/download/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ export default function Body() {
</a>
<p>{parse(content["Sample Project Illumina"].description)}</p>
</div>
<div className="completed-project">
<a
href={content["Sample Project Affymetrix"].link}
target="_blank"
className="button"
>
{content["Sample Project Affymetrix"].title}
</a>
<p>{parse(content["Sample Project Affymetrix"].description)}</p>
</div>
</div>
</div>
</main>
Expand Down

0 comments on commit 85c9cf4

Please sign in to comment.