Skip to content

Commit

Permalink
Merge pull request #1664 from pankajdharmik4/fix_card_not_display
Browse files Browse the repository at this point in the history
FIX: Card not displaying
  • Loading branch information
CBID2 authored Sep 16, 2023
2 parents 0a7a2a8 + 977b2f1 commit 348d192
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

1 comment on commit 348d192

@vercel
Copy link

@vercel vercel bot commented on 348d192 Sep 16, 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.