diff --git a/pages/donate.js b/pages/donate.js index 00ee54cb..9403bd1d 100644 --- a/pages/donate.js +++ b/pages/donate.js @@ -207,7 +207,7 @@ const DonorListing = ({ name, url }) => { } } -export default function Donate({gamelab}) { +export default function Donate({ gamelab }) { useEffect(() => { window.document.getElementById('gamelab-donation').scrollIntoView() }, []) @@ -245,13 +245,17 @@ export default function Donate({gamelab}) { > We rely on people like you to bring coding to the world. {gamelab && } - - - Hack Club Game Consoles + + + Hack Club Game Consoles + + + + Inspiring teens to both make and code. - - Inspiring teens to both make and code. - Your donation will send a teenager a Hack Club Game Console Kit: containing a custom Hack Club PCB, buttons, a screen, a microprocessor, and more (all open source, of course), so that they can build and then play their own games. - + + Your donation will send a teenager a Hack Club Game Console Kit: + containing a custom Hack Club PCB, buttons, a screen, a + microprocessor, and more (all open source, of course), so that + they can build and then play their own games. + + - - - + + + - + @@ -404,18 +441,8 @@ export default function Donate({gamelab}) { bank@hackclub.com {' '} - if you’re interested in making a contribution with an unsupported - token or have questions. - - - + if you’re interested in making a contribution with cryptocurrency or + have questions. @@ -488,4 +515,4 @@ export async function getServerSideProps(context) { gamelab: true } } -} \ No newline at end of file +}