mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-09 22:50:17 -04:00
Added contact us button
This commit is contained in:
parent
1c61ab4654
commit
4f8eec4128
|
@ -15,7 +15,7 @@ export default function GetInvolved() {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className='text-center'>
|
||||
<Hero heading='Get Involved' />
|
||||
<h3>SGA Calendar</h3>
|
||||
<iframe
|
||||
|
@ -33,6 +33,9 @@ export default function GetInvolved() {
|
|||
))}
|
||||
</>
|
||||
) : null}
|
||||
</>
|
||||
<a className='blue-button' href='https://goo.gl/forms/F3FXer4xpAF5SDhL2'>
|
||||
Contact Us
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user