Newer
Older

Yusuf Akgül
committed
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 / FAQ",
href: "/help",
icon: "help",
},