feat(app): add donation banner

This commit is contained in:
rektdeckard
2024-01-04 15:51:31 -07:00
parent a147070599
commit 2bcf098d1d
4 changed files with 20 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import {
ArrowCircleUpRight,
ArrowCircleDown,
MegaphoneSimple,
HandHeart,
} from "@phosphor-icons/react";
import Banner from "@/components/Banner";
@@ -52,6 +53,20 @@ const Header = (_: HeaderProps) => {
</small>
</div>
</Banner>
<Banner id={"buymeacoffee"}>
<div className="message">
<HandHeart size={32} mirrored />
<small>
We are now processing donations via{" "}
<a href="https://www.buymeacoffee.com/phosphoricons">
Buy Me a Coffee
</a>
! It takes a lot of work to make Phosphor available to the public
free and open-source, and your one-time or recurring contribution does
a lot to keep us going. Please show us some support if you can!
</small>
</div>
</Banner>
</Banner.Container>
<div className="header-contents">
<div className="illustrations-top">