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 eb16a1c2
authored
2024-06-24 13:20:56 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
59b2b60c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
components/layout/AdminDashboardSidebar.js
components/layout/AdminDashboardSidebar.js
View file @
eb16a1c
...
@@ -26,26 +26,34 @@ const Sidebar = () => {
...
@@ -26,26 +26,34 @@ const Sidebar = () => {
</li> */
}
</li> */
}
<
li
className
=
{
router
.
pathname
===
"/admin/activities"
?
"active"
:
""
}
>
<
li
className
=
{
router
.
pathname
===
"/admin/activities"
?
"active"
:
""
}
>
<
Link
prefetch
href
=
"/admin/activities"
>
<
Link
prefetch
href
=
"/admin/activities"
>
<
div
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-activities.svg"
/>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/vendor/icon-activities.svg"
/>
<
span
>
Activities
<
/span
>
<
span
>
Activities
<
/span
>
<
/div
>
<
/Link
>
<
/Link
>
<
/li
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/admin/vendors"
?
"active"
:
""
}
>
<
li
className
=
{
router
.
pathname
===
"/admin/vendors"
?
"active"
:
""
}
>
<
Link
prefetch
href
=
"/admin/vendors"
>
<
Link
prefetch
href
=
"/admin/vendors"
>
<
div
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-user.svg"
/>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-user.svg"
/>
<
span
>
Vendor
<
/span
>
<
span
>
Vendor
<
/span
>
<
/div
>
<
/Link
>
<
/Link
>
<
/li
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/admin/giftcards"
?
"active"
:
""
}
>
<
li
className
=
{
router
.
pathname
===
"/admin/giftcards"
?
"active"
:
""
}
>
<
Link
prefetch
href
=
"/admin/giftcards"
>
<
Link
prefetch
href
=
"/admin/giftcards"
>
<
div
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-gift.svg"
/>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-gift.svg"
/>
<
span
>
Gift
Card
<
/span
>
<
span
>
Gift
Card
<
/span
>
<
/div
>
<
/Link
>
<
/Link
>
<
/li
>
<
/li
>
<
li
className
=
{
router
.
pathname
===
"/admin/reviews"
?
"active"
:
""
}
>
<
li
className
=
{
router
.
pathname
===
"/admin/reviews"
?
"active"
:
""
}
>
<
Link
prefetch
href
=
"/admin/reviews"
>
<
Link
prefetch
href
=
"/admin/reviews"
>
<
div
>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-gift.svg"
/>
<
Image
alt
=
""
width
=
{
22
}
height
=
{
15
}
src
=
"/images/admin/icon-gift.svg"
/>
<
span
>
Reviews
<
/span
>
<
span
>
Reviews
<
/span
>
<
/div
>
<
/Link
>
<
/Link
>
<
/li
>
<
/li
>
<
/ul
>
<
/ul
>
...
...
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