Add title
parent
79c3c8502c
commit
f82fd7315e
|
@ -129,6 +129,10 @@ export default function FeedbackForm({
|
|||
{isSubmittedSuccessfully && <FeedbackThankYouContent />}
|
||||
{!isSubmittedSuccessfully && (
|
||||
<>
|
||||
<H1 as="h4" style={{ marginTop: '1rem' }}>
|
||||
{title}
|
||||
</H1>
|
||||
|
||||
<StyledFeedback>
|
||||
<form
|
||||
onSubmit={(e) => {
|
||||
|
|
Loading…
Reference in New Issue