Added contact us button

This commit is contained in:
Michael Fatemi 2020-11-29 01:11:30 -05:00
parent 1c61ab4654
commit 4f8eec4128

View File

@ -15,7 +15,7 @@ export default function GetInvolved() {
}, []); }, []);
return ( return (
<> <div className='text-center'>
<Hero heading='Get Involved' /> <Hero heading='Get Involved' />
<h3>SGA Calendar</h3> <h3>SGA Calendar</h3>
<iframe <iframe
@ -33,6 +33,9 @@ export default function GetInvolved() {
))} ))}
</> </>
) : null} ) : null}
</> <a className='blue-button' href='https://goo.gl/forms/F3FXer4xpAF5SDhL2'>
Contact Us
</a>
</div>
); );
} }