master
mahdi 3 years ago
parent 5a9e551f28
commit b0378c6aef
  1. 2
      src/components/ProductStatusCard/index.js

@ -12,7 +12,7 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => {
console.log(items.alertIcon); console.log(items.alertIcon);
return ( return (
<section className="bg-white m-10 w-3/12 p-5"> <section className="bg-white m-10 w-full sm:w-8/12 md:w-5/12 lg:w-3/12 p-5">
<div className="bg-gray-200 rounded px-4 py-2"> <div className="bg-gray-200 rounded px-4 py-2">
{items.map((item, index) => ( {items.map((item, index) => (
<div <div

Loading…
Cancel
Save