Skip to content

Commit

Permalink
Adding Donate Button to the Raise Warwick page (#377)
Browse files Browse the repository at this point in the history
* Adding Donate Button to the Raise Warwick page

* Raise Donation Button

* Adding a donate Button warwick

* Update index.tsx
  • Loading branch information
NathanRaise2004 authored Feb 3, 2024
1 parent 1437f4d commit 56ea15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/pages/warwick/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Panel from '../../components/Panel';

import { Doubled, MoneyBox, Party } from '../../images/Icons';
import Footer from '../../components/Footer';
import Button from '../../components/Button';

const IndexPage = () => (
<Page>
Expand Down Expand Up @@ -47,6 +48,7 @@ const IndexPage = () => (
protected: convert.moneyToPeopleProtected('gbp', 6577_00),
}}
/>
<Button variant="outline" size="large" className="mt-4 mb-12" href="donate/">Donate</Button>
</Section>
<CTADown text="How it works" href="#how-it-works" />
</Cover>
Expand Down

0 comments on commit 56ea15b

Please sign in to comment.