mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-21 12:00:17 -04:00
Change Hero text to 'feedback'
This commit is contained in:
parent
b966fc92b7
commit
1383f2d213
|
@ -7,7 +7,7 @@ const feedbackFormURL =
|
||||||
export default function FeedbackPage() {
|
export default function FeedbackPage() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Hero />
|
<Hero heading='Feedback' />
|
||||||
<main className='text-center'>
|
<main className='text-center'>
|
||||||
<iframe
|
<iframe
|
||||||
src={feedbackFormURL}
|
src={feedbackFormURL}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user