Page layout
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
@@ -4,6 +4,7 @@ import { useLocation } from "react-router-dom";
|
||||
import { Form, Formik } from "formik";
|
||||
import * as Yup from "yup";
|
||||
import { useMutation } from "@tanstack/react-query";
|
||||
import getImage from "../../utils/getImage";
|
||||
|
||||
|
||||
const validationSchema = Yup.object().shape({
|
||||
@@ -38,15 +39,16 @@ export default function HomeSections(){
|
||||
<BreadcrumbComBS title='Update Profile' paths={['Dashboard', 'Profile']} />
|
||||
|
||||
<div className="row">
|
||||
<div className="col-xxl-6 m-b-30">
|
||||
<div className="card card-statistics h-100 mb-0" style={{minHeight: '100px'}}>
|
||||
{/* <div className="card-header d-flex align-items-center justify-content-between">
|
||||
<div className="card-heading">
|
||||
<h4 className="card-title">My Product URLs</h4>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/*<div className="col-xxl-6 m-b-30">*/}
|
||||
{/* <div className="card card-statistics h-100 mb-0" style={{minHeight: '100px'}}>*/}
|
||||
{/* /!* <div className="card-header d-flex align-items-center justify-content-between">*/}
|
||||
{/* <div className="card-heading">*/}
|
||||
{/* <h4 className="card-title">My Product URLs</h4>*/}
|
||||
{/* </div>*/}
|
||||
{/* </div> *!/*/}
|
||||
{/* </div>*/}
|
||||
{/*</div>*/}
|
||||
<div className="col-xxl-6 m-b-30">
|
||||
<div className="card card-statistics h-100 mb-0">
|
||||
{/* <div className="card-header d-flex align-items-center justify-content-between">
|
||||
@@ -93,6 +95,11 @@ export default function HomeSections(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xxl-6 m-b-30">
|
||||
<div class="img-block left-column wow fadeInRight">
|
||||
<img className="img-fluid" src={getImage('img-07.png')} alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ const siteLinks = {
|
||||
help: '/help',
|
||||
home: '/',
|
||||
dash: '/dash',
|
||||
profile_complete: '/profile_complete',
|
||||
profile_complete: '/profile-complete',
|
||||
product: '/product/*',
|
||||
contacts: '/contacts',
|
||||
comments: '/comments',
|
||||
|
||||
Reference in New Issue
Block a user