Newer
Older
import { DashboardConfig } from "@/types";
export const dashboardConfig: DashboardConfig = {
sidebarNav: [
{
title: "Home",
href: "/home",
},
{
title: "Games",
href: "/games",
// {
// title: "Communities",
// href: "/communities",
// icon: "messagecircle",
// },
// {
// title: "Notifications",
// href: "/notifications",
// icon: "bellring",
// },
// {
// title: "Followers",
// href: "/followers",
// icon: "users",
// },
{
title: "My Profile",
href: "",
// {
// title: "Settings",
// href: "/settings",
// icon: "settings",
// },
// {
// title: "Help",
// href: "/help",
// icon: "help",
// },