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 85c9cf4 commit 85755b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/pages/download/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Body() {
</a>
<p>{parse(content["Raw Project Affymetrix"].description)}</p>
</div>
<div className="completed-project">
<div className="sample-project">
<a
href={content["Sample Project Illumina"].link}
target="_blank"
Expand All @@ -43,7 +43,7 @@ export default function Body() {
</a>
<p>{parse(content["Sample Project Illumina"].description)}</p>
</div>
<div className="completed-project">
<div className="sample-project">
<a
href={content["Sample Project Affymetrix"].link}
target="_blank"
Expand Down

0 comments on commit 85755b7

Please sign in to comment.