Skip to content

Commit

Permalink
add usage to workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar committed Feb 5, 2024
1 parent a4ed273 commit 67c4f43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/www/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ const workspaceSidebarItems = [
path: "/dashboard/workspace/plans",
id: "workspace/plans",
},
{
title: "Usage",
path: "/dashboard/workspace/usage",
id: "workspace/usage",
},
{
title: "Billing",
path: "/dashboard/workspace/billing",
Expand Down

0 comments on commit 67c4f43

Please sign in to comment.