mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-21 12:00: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 (
|
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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user