sendou.ink/scenes/layout/utils.ts
2021-11-13 23:29:31 +02:00

19 lines
314 B
TypeScript

export const navItems = [
{
title: "builds",
items: ["browse", "gear", "analyzer"],
},
{
title: "play",
items: ["calendar", "battle", "Rankings"],
},
{
title: "tools",
items: ["planner", "rotations", "top 500"],
},
{
title: "misc",
items: ["badges", "links"],
},
];