My task page
This commit is contained in:
@@ -83,12 +83,12 @@ export default function MainSection({ className, marketPlaceProduct }) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="search-item flex lg:flex-none justify-end">
|
||||
<SearchCom
|
||||
className="lg:bg-transparent"
|
||||
inputClasses="lg:bg-transparent"
|
||||
/>
|
||||
</div>
|
||||
{/*<div className="search-item flex lg:flex-none justify-end">*/}
|
||||
{/* <SearchCom*/}
|
||||
{/* className="lg:bg-transparent"*/}
|
||||
{/* inputClasses="lg:bg-transparent"*/}
|
||||
{/* />*/}
|
||||
{/*</div>*/}
|
||||
</div>
|
||||
<div className="filter-navigate-content w-full min-h-screen">
|
||||
<div className="grid lg:grid-cols-3 sm:grid-cols-2 gap-[30px]">
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
import React from "react";
|
||||
import products from "../../data/marketplace_data.json";
|
||||
import CreateNft from "../Home/CreateNft";
|
||||
//import CreateNft from "../Home/CreateNft";
|
||||
import Layout from "../Partials/Layout";
|
||||
import MainSection from "./MainSection";
|
||||
import CommonHead from "../UserHeader/CommonHead";
|
||||
|
||||
export default function MarketPlace(props) {
|
||||
const JobList = props.activeJobList?.result_list;
|
||||
@@ -11,7 +12,7 @@ export default function MarketPlace(props) {
|
||||
return (
|
||||
<>
|
||||
<Layout>
|
||||
<CreateNft />
|
||||
<CommonHead />
|
||||
<MainSection marketPlaceProduct={JobList} className="mb-10" />
|
||||
</Layout>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user