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 /> <Rate desktop />
</div> </div>
<div className="w-4/5 "> <div className="w-4/5 ">
<Comments indent={false} /> {/* <Comments indent={false} /> */}
<Comment /> <Comment />
<QandA /> {/* <QandA /> */}
</div> </div>
</div> </div>
); );

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

Loading…
Cancel
Save