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

export const dashboardConfig: DashboardConfig = {
    sidebarNav: [
        {
            title: "Home",
            href: "/home",
            icon: "home",
            icon: "gamepad2",
Yusuf Akgül's avatar
Yusuf Akgül committed
        // {
        //     title: "Communities",
        //     href: "/communities",
        //     icon: "messagecircle",
        // },
        // {
        //     title: "Notifications",
        //     href: "/notifications",
        //     icon: "bellring",
        // },
        // {
        //     title: "Followers",
        //     href: "/followers",
        //     icon: "users",
        // },
            icon: "user",
Yusuf Akgül's avatar
Yusuf Akgül committed
        // {
        //     title: "Settings",
        //     href: "/settings",
        //     icon: "settings",
        // },
Yusuf Akgül's avatar
Yusuf Akgül committed
        {
            title: "Help / FAQ",
            href: "/help",
            icon: "help",
        },