Skip to content

Commit 7bf6e5c

Browse files
author
joanna.pineda
committed
add donation button
1 parent 673f89c commit 7bf6e5c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
} from "@styled-icons/boxicons-logos"
1919
import Banner from "./Banner"
2020
import { ChevronCompactDown } from "@styled-icons/bootstrap"
21+
import { IcterineLinkButton } from "./LinkButton"
2122

2223
// TODO: add seo (helmet descriptions etc.)
2324

@@ -105,6 +106,11 @@ export const Header: React.FunctionComponent<{ bg?: "light" | "dark" }> = ({
105106
FAQs
106107
</Link>
107108
</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>
108114
</ul>
109115
</nav>
110116
)

0 commit comments

Comments
 (0)