Skip to content

Commit

Permalink
Fix Category description for 3d-libraries (linked)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz committed Feb 14, 2024
1 parent ed4a1f1 commit 2d92236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const categoryDescriptions: CategoryDescriptions = {
'Theme templates are pre-designed website themes that can be customized to fit your needs. They are useful for quickly setting up a website without having to design everything from scratch.',
videos:
'Videos are visual representations of moving images and sound. They can be used to convey information in a simple and easy-to-understand way.',
'3D-libraries':
'3D libraries are collections of reusable components that can be used to create 3D graphics and animations. They are often used in conjunction with frameworks like Three.js to create web applications.',
'3d-libraries':
'3D Libraries are collections of reusable components that can be used to create 3D graphics and animations. They are often used in conjunction with frameworks like Three.js to create web applications.',
'next-js':
'Next.js is a flexible React framework that gives you building blocks to create fast web applications.',
'ui-generators':
Expand Down

0 comments on commit 2d92236

Please sign in to comment.