We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673f89c commit 7bf6e5cCopy full SHA for 7bf6e5c
1 file changed
src/components/layout.tsx
@@ -18,6 +18,7 @@ import {
18
} from "@styled-icons/boxicons-logos"
19
import Banner from "./Banner"
20
import { ChevronCompactDown } from "@styled-icons/bootstrap"
21
+import { IcterineLinkButton } from "./LinkButton"
22
23
// TODO: add seo (helmet descriptions etc.)
24
@@ -105,6 +106,11 @@ export const Header: React.FunctionComponent<{ bg?: "light" | "dark" }> = ({
105
106
FAQs
107
</Link>
108
</li>
109
+ <li>
110
+ <Link to="https://www.paypal.com/donate?hosted_button_id=4PWA9YFNDUZ3U">
111
+ <IcterineLinkButton className="flex border border-solid hover:bg-transparent hover:border-icterine">Donate<div className="flex ml-2 animate-pulse">💖</div> </IcterineLinkButton>
112
+ </Link>
113
+ </li>
114
</ul>
115
</nav>
116
)
0 commit comments