Skip to content
Snippets Groups Projects
dashboard.ts 1003 B
Newer Older
import { DashboardConfig } from "@/types";

export const dashboardConfig: DashboardConfig = {
    sidebarNav: [
        {
            title: "Home",
            href: "/home",
            icon: "home",
            icon: "gamepad2",
        },
        {
            title: "Communities",
            href: "/communities",
            icon: "messagecircle",
        },
        {
            title: "Notifications",
            href: "/notifications",
            icon: "bellring",
        },
        {
            title: "Followers",
            href: "/followers",
            icon: "users",
            icon: "user",
        },
        {
            title: "Settings",
            href: "/settings",
            icon: "settings",
        },
        {
            title: "Help",
            href: "/help",
            icon: "help",