Skip to content

Commit

Permalink
chore: update cp name (rupali-codes#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-deepak04 authored Aug 11, 2023
1 parent bf3bf4a commit 79107a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const sidebarData: ISidebar[] = [
],
},
{
category: 'competitive_programming',
category: 'cp - competitive pro',
subcategory: [
{ name: 'platforms', url: '/platforms', resources: DB.platforms },
],
Expand Down
2 changes: 1 addition & 1 deletion types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type Category =
| 'youtube'
| 'other'
| 'devops'
| 'competitive_programming'
| 'cp - competitive pro'

export type SubCategories = {
name: string
Expand Down

0 comments on commit 79107a0

Please sign in to comment.