Add heading to Edit Time Report page
This commit is contained in:
parent
a31a50965f
commit
9f931a2643
2 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,7 @@ export default function GetWeeklyReport(): JSX.Element {
|
|||
|
||||
return (
|
||||
<>
|
||||
<h1 className="font-bold text-[30px] mb-[20px]">Edit Time Report</h1>
|
||||
<div className="border-4 border-black bg-white flex flex-col justify-start min-h-[65vh] h-fit w-[50vw] rounded-3xl overflow-scroll space-y-[2vh] p-[30px] items-center">
|
||||
<form
|
||||
onSubmit={(e) => {
|
||||
|
|
|
@ -5,7 +5,6 @@ import EditWeeklyReport from "../../Components/EditWeeklyReport";
|
|||
function UserEditTimeReportPage(): JSX.Element {
|
||||
const content = (
|
||||
<>
|
||||
<h1 className="font-bold text-[30px] mb-[20px]">Edit Time Report</h1>
|
||||
<EditWeeklyReport />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue