mahdi 2 years ago
parent 3501796b27
commit ccc4bb4495
  1. 4
      src/views/Product/Desktop/index.js
  2. 5
      src/views/Video/index.js

@ -22,9 +22,9 @@ const DesktopProductLayout = () => {
<Rate desktop />
</div>
<div className="w-4/5 ">
<Comments indent={false} />
{/* <Comments indent={false} /> */}
<Comment />
<QandA />
{/* <QandA /> */}
</div>
</div>
);

@ -15,6 +15,7 @@ import ProductTab from "../../components/ProductTab";
import Table from "./components/Desktop/Table";
import Comments from "../../components/Comments";
import Loading from "../../components/Loading";
import Comment from "../Product/Comment";
//assets
import tickIcon from "../../components/ProductStatusCard/tick-circle.svg";
@ -247,7 +248,9 @@ function Video({
</Link>
</div>
</header>
<Comments indent={false} />
<div className="mt-10">
<Comments indent={false} /> <Comment />
</div>
</div>
);
}

Loading…
Cancel
Save