Removed Bg Img

This commit was merged in pull request #221.
This commit is contained in:
2023-06-29 13:39:07 +01:00
parent 593ea74388
commit c8d6d3d7d4
4 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ import CountDown from "../Helpers/CountDown";
import Icons from "../Helpers/Icons";
export default function ProductCardStyleOne({ datas, hidden = false }) {
const [imageUrl, setImageUrl] = useState("");
const [addFavorite, setValue] = useState(false);
const [options, setOption] = useState(false);
const favoriteHandler = () => {
@@ -18,7 +19,7 @@ export default function ProductCardStyleOne({ datas, hidden = false }) {
}
};
return (
<div className="card-style-one flex flex-col justify-between w-full h-[387px] bg-white dark:bg-dark-white p-3 pb rounded-2xl">
<div className="content">