From 2d9223666cb283697694dc4c2ad542968a73ddf7 Mon Sep 17 00:00:00 2001 From: JuanPabloDiaz Date: Wed, 14 Feb 2024 16:24:59 -0500 Subject: [PATCH] Fix Category description for 3d-libraries (linked) --- components/TopBar/CategoryDescriptions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TopBar/CategoryDescriptions.ts b/components/TopBar/CategoryDescriptions.ts index e4c893ca8..cf58c4b00 100644 --- a/components/TopBar/CategoryDescriptions.ts +++ b/components/TopBar/CategoryDescriptions.ts @@ -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':