Skip to content

Commit

Permalink
footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Oct 30, 2023
1 parent 4919486 commit a412cf8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const Footer = () => {
<p className="text-muted text-sm rc-scout__text">
<i className="rc-scout__logo" /> Want to become a better
programmer?{" "}
<a
<Link
className="rc-scout__link"
href="https://www.recurse.com/scout/click?t=1a20cf01214e4c5923ab6ebd6c0f8f18"
>
Join the Recurse Center!
</a>
</Link>
</p>
</div>
</nav>
Expand All @@ -27,6 +27,10 @@ const Footer = () => {
<Link className="blue" href="https://github.com/icco/writing">
Source code
</Link>
.{" "}
<Link className="blue" href="https://natwelch.com/privacy">
Privacy
</Link>
.
</p>
</div>
Expand Down

0 comments on commit a412cf8

Please sign in to comment.