import React from 'react'; import Link from 'next/link' const ClickHandler = () => { window.scrollTo(10, 0); } const Donors = () => { return (

Would you like to become one of our honorable donors?

$10 Donation Other
); } export default Donors;