Header+Footer: add Patreon links

This commit is contained in:
rektdeckard
2020-10-09 22:55:25 -04:00
parent 5acea5eafd
commit 5f6c5eb4ad
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ const Footer: React.FC<FooterProps> = () => {
Donate on PayPal Donate on PayPal
</a> </a>
{" / "} {" / "}
<a className="nav-link" href="#"> <a className="nav-link" href="https://patreon.com/phosphoricons">
Patreon Patreon
</a> </a>
</span> </span>

View File

@@ -112,7 +112,7 @@ const Header: React.FC<HeaderProps> = () => {
Donate on PayPal Donate on PayPal
</a> </a>
{" / "} {" / "}
<a className="nav-link" href="#"> <a className="nav-link" href="https://patreon.com/phosphoricons">
Patreon Patreon
</a> </a>
</span> </span>