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
10 months ago
by
Chetan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
vendor dashboard links
1 parent
0c6214f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 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"
>
<
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"
>
<
Link
href
=
"/vendor/dashboard"
>
Dashboard
<
/Link
>
Dashboard
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/enquiries"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
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"
>
<
Link
href
=
"/vendor/enquiries"
>
Enquiries
<
/Link
>
Enquiries
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/activities"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
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"
>
<
Link
href
=
"/vendor/activities"
>
Activities
<
/Link
>
Activities
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/vendor/reviews"
?
"active"
:
""
}
>
<
span
className
=
"d-flex"
>
<
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"
>
<
Link
href
=
"/vendor/reviews"
>
Reviews
<
/Link
>
Reviews
<
/div
>
<
/span
>
<
/Link
>
<
/li
>
<
/ul
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
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