Skip to content

Commit

Permalink
corrects e-book typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBittar committed Jul 10, 2024
1 parent 736d5dd commit 23b7946
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 @@ -298,7 +298,7 @@ export const sidebarData: ISidebar[] = [
resources: DB.officialdocs,
},
{ name: 'hosting', url: '/hosting', resources: DB.hosting },
{ name: 'e_book', url: '/e_book', resources: DB.ebook },
{ name: 'e-book', url: '/e_book', resources: DB.ebook },
{ name: 'dsa', url: '/dsa', resources: DB.dsa },
{ name: 'project ideas', url: '/project_ideas', resources: DB.project },
{ name: 'Static Site Generators', url: '/ssg', resources: DB.ssg },
Expand Down

0 comments on commit 23b7946

Please sign in to comment.