Skip to content

Commit

Permalink
Merge pull request #972 from Praizee/fix/admin-sidebar-links
Browse files Browse the repository at this point in the history
fix: update admin sidebar links
  • Loading branch information
Samadeen authored Aug 15, 2024
2 parents bc315ba + 8427a0b commit 231c0c8
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";

import {
Bot,
Box,
House,
List,
Expand All @@ -18,7 +19,7 @@ import { FC, ForwardRefExoticComponent, RefAttributes } from "react";
const sideItems = [
{
route: "Dashboard",
link: "/dashboard/admin/dashboard",
link: "/dashboard/admin",
icon: House,
id: "dashboard",
},
Expand Down Expand Up @@ -52,6 +53,12 @@ const sideItems = [
icon: TabletSmartphone,
id: "waitlist",
},
{
route: "FAQs",
link: "/dashboard/admin/faqs",
icon: Bot,
id: "faqs",
},
{
route: "Settings",
link: "/dashboard/admin/settings",
Expand Down

0 comments on commit 231c0c8

Please sign in to comment.