We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a858eb3 + 097570b commit 90f6d46Copy full SHA for 90f6d46
frontend/src/pages/About/About.tsx
@@ -110,8 +110,14 @@ function About() {
110
</div>
111
112
113
- <div className="mb-20 mt-5 flex flex-row flex-wrap">
114
- <a href="mailto:[email protected]">
+ <div className="mb-20 mt-5 flex flex-row flex-wrap justify-center gap-4">
+ <a href="https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw" target="_blank">
115
+ <button className="btnBlue transition-transform focus:outline-none focus:ring focus:ring-blue-200">
116
+ Donate
117
+ </button>
118
+ </a>
119
+
120
+ <a href="mailto:[email protected]" target="_blank" >
121
<button className="btnBlue transition-transform focus:outline-none focus:ring focus:ring-blue-200">
122
Contact Us
123
</button>
0 commit comments