feat(app): add donation banner
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user