touchup
This commit is contained in:
parent
62395c3ff6
commit
a7f8e29984
|
@ -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 }) => (
|
||||||
|
|
Loading…
Reference in New Issue