Skip to content

Commit

Permalink
Edinburgh: Add donate button (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Jones <[email protected]>
  • Loading branch information
rahulrshah17 and domdomegg authored Feb 24, 2025
1 parent 1950729 commit f368583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/pages/edinburgh/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {SocialIcon} from '../../components/SocialIcon';
import Panel from '../../components/Panel';
import {Doubled, MoneyBox, Party} from '../../components/Icons';
import Footer from '../../components/Footer';
import Button from '../../components/Button';

// NB: this only updates this page
// To update the donation page, use the admin portal
Expand Down Expand Up @@ -45,6 +46,7 @@ const IndexPage = () => (
protected: convert.moneyToPeopleProtected('gbp', 18658_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 f368583

Please sign in to comment.