Skip to content

Commit

Permalink
Merge pull request #1629 from URVESH1121/fix/category-in-sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 authored Aug 25, 2023
2 parents add6c45 + 895b334 commit 7fd9d1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ export const sidebarData: ISidebar[] = [
},
],
},
{
category: 'cp - competitive pro',
subcategory: [
{ name: 'platforms', url: '/platforms', resources: DB.platforms },
],
},
{
category: 'other',
subcategory: [
Expand All @@ -262,10 +268,4 @@ export const sidebarData: ISidebar[] = [
{ name: 'communities', url: '/communities', resources: DB.communities },
],
},
{
category: 'cp - competitive pro',
subcategory: [
{ name: 'platforms', url: '/platforms', resources: DB.platforms },
],
},
]

1 comment on commit 7fd9d1a

@vercel
Copy link

@vercel vercel bot commented on 7fd9d1a Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.