Skip to content

Commit

Permalink
chore: fix data-structures typo (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Jul 26, 2023
1 parent c0b3dd7 commit 488aefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const sidebarData: ISidebar[] = [
{ name: 'CSS', url: '/css', resources: DB.css },
{ name: 'machine learning', url: '/machine-learning', resources: DB.machineLearning },
{ name: 'tensorflow', url: '/tensorflow', resources: DB.tensorflow },
{ name: 'data structures', url: '/dsa', resources: DB.dataStructures },
{ name: 'data structures', url: '/data-structures', resources: DB.dataStructures },
{ name: 'Android', url: '/android', resources: DB.android },
{
name: 'Web3 & Metaverse',
Expand Down

1 comment on commit 488aefb

@vercel
Copy link

@vercel vercel bot commented on 488aefb Jul 26, 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.