mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
layout changes
This commit is contained in:
@@ -4,8 +4,8 @@ type FinalSummaryProps = {
|
||||
|
||||
export default function FinalSummary(props: FinalSummaryProps) {
|
||||
return (
|
||||
<div className="mt-2 p-2 bg-white temp-transcription rounded">
|
||||
<h2>Final Summary</h2>
|
||||
<div className="overflow-y-auto h-auto max-h-full">
|
||||
<h2 className="text-lg">Final Summary</h2>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user