Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa1thinyourself authored Oct 5, 2023
1 parent 2236e20 commit 109408e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@ const Footer = (): JSX.Element => (
{footerContext[0].status?.text}
</a>
</div>
<li className="p-2 sm:mr-5">
<a href="https://www.dev.to/opensauced"
target="_blank" rel="noreferrer"
aria-label="Visit Open Sauced GitHub Organisation">
<FaDev className="text-offWhite hover:text-accent" />
</a>
</li>
</ul>
</Container>
</div>
</div>
</footer>
Expand Down

0 comments on commit 109408e

Please sign in to comment.