Skip to content

Commit

Permalink
Add Pouet link
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambates committed Aug 19, 2022
1 parent 5dc3c8d commit ca40d67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

.Footer svg {
vertical-align: middle;
margin-right: 0.5rem;
margin-right: 0.3rem;
}
5 changes: 5 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import "./Footer.css";

import { FaGithub } from "react-icons/fa";
import { GiTrumpet } from "react-icons/gi";

function Footer() {
return (
Expand All @@ -15,6 +16,10 @@ function Footer() {
Source on Github
</a>
</div>
<div>
<GiTrumpet />
<a href="https://www.pouet.net/prod.php?which=92033">Pouet</a>
</div>
</div>
);
}
Expand Down

0 comments on commit ca40d67

Please sign in to comment.