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 986e753 commit 0a34e5e
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 @@ -23,6 +23,16 @@ export default function Body() {
</a>
<p>{parse(content["Raw Project"].description)}</p>
</div>
<div className="raw-project">
<a
href={content["Raw Project"].link}
target="_blank"
className="button"
>
{content["Raw Project"].title}
</a>
<p>{parse(content["Raw Project"].description)}</p>
</div>
<div className="completed-project">
<a
href={content["Completed Project"].link}
Expand Down

0 comments on commit 0a34e5e

Please sign in to comment.