Skip to content

Commit

Permalink
Deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VenEleni committed Aug 26, 2024
1 parent 6a6192a commit 3e053ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/ProductDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const ProductDetails = ({ product, onBack }) => {
</ul>
</div>
{auth.isAuthenticated ? (
<div className="flex justify-items-center items-center">
<div className="flex items-center review_container">
<form className="bg-white ml-96 left-40 w-96 h-96" onSubmit={handleSubmit}>
<fieldset >
<div className="rating">
Expand Down

0 comments on commit 3e053ca

Please sign in to comment.