Add title

pull/2573/head
Jérémy Rialland 2023-04-20 12:21:53 +02:00 committed by Jérémy Rialland
parent 79c3c8502c
commit f82fd7315e
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ export default function FeedbackForm({
{isSubmittedSuccessfully && <FeedbackThankYouContent />}
{!isSubmittedSuccessfully && (
<>
<H1 as="h4" style={{ marginTop: '1rem' }}>
{title}
</H1>
<StyledFeedback>
<form
onSubmit={(e) => {