This commit is contained in:
adueck 2022-10-11 15:43:37 +05:00
parent 2537ce1d67
commit 33a6ebb1e1
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
<div className="d-flex flex-row justify-content-center align-items-center" style={{ height: "6rem" }}>
<div className="lead">Thanks for your feedback!</div>
</div>
<hr/>
</div>
}
return <div>
@ -132,6 +133,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
</div>}
</div>}
</div>
<hr />
</div>;
}