Skip to content

Commit

Permalink
FIX: Card not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajdharmik4 committed Sep 14, 2023
1 parent 0a7a2a8 commit 977b2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const sidebarData: ISidebar[] = [
{
category: 'frontend',
subcategory: [
{ name: 'next js', url: '/next', resources: DB.next },
{ name: 'three js', url: '/three', resources: DB.three },
{ name: 'next js', url: '/next-js', resources: DB.next },
{ name: 'three js', url: '/three-js', resources: DB.three },
{ name: 'images', url: '/images', resources: DB.images },
{ name: 'fonts', url: '/fonts', resources: DB.fonts },
{ name: 'colors', url: '/colors', resources: DB.colors },
Expand All @@ -34,7 +34,7 @@ export const sidebarData: ISidebar[] = [
},
{
name: 'UI Generators',
url: '/ui-generator',
url: '/ui-generators',
resources: DB.uiGenerators,
},
{
Expand Down

0 comments on commit 977b2f1

Please sign in to comment.