Skip to content

Commit

Permalink
conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
wiegmank committed Apr 19, 2024
2 parents 65ef276 + a6c227d commit 8d2bae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReactFrontEnd/src/Components/CreateReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CreateReview = () => {
return (
<>
<Header />
<div className="h-full bg-gray-400 mx-10 my-20 pt-10 pb-4">
{/* <div className="h-full bg-gray-400 mx-10 my-20 pt-10 pb-4"> */}

<div className="flex justify-center px-5 py-4">
<h1 className="flex underline underline-offset-4 text-amber-950">Create a review for {parkDetails.name}</h1>
Expand Down Expand Up @@ -96,9 +96,9 @@ const CreateReview = () => {
Clear
</button>
</div>
</div>
{/* </div> */}
</>
);
};

export default CreateReview;
export default CreateReview;

0 comments on commit 8d2bae7

Please sign in to comment.