Skip to content

Commit

Permalink
Merge branch 'dev' into codeReaper0-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeReaper0 authored Aug 15, 2024
2 parents f8df6d9 + 231c0c8 commit bf964d9
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 bf964d9

Please sign in to comment.