mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
layout and design improvements
This commit is contained in:
@@ -5,7 +5,7 @@ type FinalSummaryProps = {
|
||||
export default function FinalSummary(props: FinalSummaryProps) {
|
||||
return (
|
||||
<div className="overflow-y-auto h-auto max-h-full">
|
||||
<h2 className="text-lg">Final Summary</h2>
|
||||
<h2 className="text-xl font-bold">Final Summary</h2>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user