Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 439c037c
authored
2024-06-14 11:10:41 +0530
by
Chetan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
vendor dashboard links
1 parent
0c6214f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
24 deletions
components/layout/VendorDashboardSidebar.js
components/layout/VendorDashboardSidebar.js
View file @
439c037
...
...
@@ -22,36 +22,44 @@ const Sidebar = () => {
</button> */
}
<
ul
>
<
li
className
=
{
router
.
pathname
===
"/vendor/dashboard"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
Image
className
=
""
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-dashboard.svg"
/>
<
div
className
=
"mx-2 text-center"
>
<
Link
href
=
"/vendor/dashboard"
>
Dashboard
<
/Link
>
<
/div
>
<
/span
>
<
Link
href
=
"/vendor/dashboard"
>
<
span
className
=
"d-flex cursor-pointer"
>
<
Image
className
=
""
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-dashboard.svg"
/>
<
div
className
=
"mx-2 text-center"
>
Dashboard
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/enquiries"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-orders.svg"
/>
<
div
className
=
"mx-2 text-center"
>
<
Link
href
=
"/vendor/enquiries"
>
Enquiries
<
/Link
>
<
/div
>
<
/span
>
<
Link
href
=
"/vendor/enquiries"
>
<
span
className
=
"d-flex cursor-pointer"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-orders.svg"
/>
<
div
className
=
"mx-2 text-center"
>
Enquiries
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/activities"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-activities.svg"
/>
<
div
className
=
"mx-2 text-center"
>
<
Link
href
=
"/vendor/activities"
>
Activities
<
/Link
>
<
/div
>
<
/span
>
<
Link
href
=
"/vendor/activities"
>
<
span
className
=
"d-flex cursor-pointer"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-activities.svg"
/>
<
div
className
=
"mx-2 text-center"
>
Activities
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/reviews"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-orders.svg"
/>
<
div
className
=
"mx-2 text-center"
>
<
Link
href
=
"/vendor/reviews"
>
Reviews
<
/Link
>
<
/div
>
<
/span
>
<
Link
href
=
"/vendor/reviews"
>
<
span
className
=
"d-flex cursor-pointer"
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-orders.svg"
/>
<
div
className
=
"mx-2 text-center"
>
Reviews
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
/ul
>
<
/div
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment