This commit is contained in:
adueck 2022-10-11 15:54:06 +05:00
parent 62395c3ff6
commit a7f8e29984
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
if (feedbackStatus === "sent") { if (feedbackStatus === "sent") {
return <div> return <div>
<hr/> <hr/>
<div className="d-flex flex-row justify-content-center align-items-center" style={{ height: "6rem" }}> <div className="d-flex flex-row justify-content-center align-items-center my-3" style={{ height: "6rem" }}>
<div className="lead">Thanks for your feedback!</div> <div className="lead">Thanks for your feedback!</div>
</div> </div>
<hr/> <hr/>
@ -75,7 +75,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
} }
return <div> return <div>
<hr /> <hr />
<div> <div className="my-4">
<div className="text-center">Was this chapter helpful?</div> <div className="text-center">Was this chapter helpful?</div>
<div className="d-flex flex-row align-items-center justify-content-center"> <div className="d-flex flex-row align-items-center justify-content-center">
{ratings.map(({ value, emoji }) => ( {ratings.map(({ value, emoji }) => (