hrs
This commit is contained in:
parent
2537ce1d67
commit
33a6ebb1e1
|
@ -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="d-flex flex-row justify-content-center align-items-center" style={{ height: "6rem" }}>
|
||||||
<div className="lead">Thanks for your feedback!</div>
|
<div className="lead">Thanks for your feedback!</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
return <div>
|
return <div>
|
||||||
|
@ -132,6 +133,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) {
|
||||||
</div>}
|
</div>}
|
||||||
</div>}
|
</div>}
|
||||||
</div>
|
</div>
|
||||||
|
<hr />
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue