update the Kyc part and cart is in progress
Some checks failed
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled

This commit is contained in:
ROSHAN GARG 2024-09-13 15:01:59 +05:30
parent b050c15cec
commit f324d4debf

View File

@ -57,12 +57,12 @@ const _nav = [
// to: '/order', // to: '/order',
// icon: <CIcon icon={cilBorderAll} customClassName="nav-icon" />, // icon: <CIcon icon={cilBorderAll} customClassName="nav-icon" />,
// }, // },
{ // {
component: CNavItem, // component: CNavItem,
name: 'KYC', // name: 'KYC',
to: '/kyc', // to: '/kyc',
icon: <CIcon icon={cilDescription} customClassName="nav-icon" />, // icon: <CIcon icon={cilDescription} customClassName="nav-icon" />,
}, // },
// { // {
// component: CNavTitle, // component: CNavTitle,