Skip to content

Commit

Permalink
chore: fix vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Jun 27, 2023
1 parent 93af602 commit 6f71e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export const sidebarData: ISidebar[] = [
{
category: 'languages',
subcategory: [
search-enhancement
{ name: 'JavaScript', url: '/javascript', resources: DB.javascript },
{ name: 'Python', url: '/python', resources: DB.python },
{ name: 'Csharp (C#)', url: '/csharp', resources: DB.csharp },
Expand All @@ -101,7 +100,7 @@ export const sidebarData: ISidebar[] = [
{ name: 'C Programming', url: '/c-programming' },
{ name: 'C++ Programming', url: '/cpp-programming' },
{ name: 'Java', url: '/java'},
{ name: 'Kotlin', url: '/kotlin'
{ name: 'Kotlin', url: '/kotlin'},
],
},
{
Expand Down

0 comments on commit 6f71e12

Please sign in to comment.