master
mahdi 3 years ago
parent 1bd6b5f079
commit 6d43faf979
  1. 2
      src/components/Advertisement/design3/index.js

@ -19,7 +19,7 @@ const AdvertisementDesign3 = ({ features }) => {
</p>
<div className="mt-3">
{features.map((feature, i) => (
<div className="flex flex-row items-center mt-1">
<div className="flex flex-row items-center mt-2">
<img src={feature.icon} alt="" className="w-6 h-6" />
<p className="text-sm mr-2 text-justify leading-6 text-productPrice font-light">
{feature.title}

Loading…
Cancel
Save