diff --git a/frontend/src/app/category-view/page.tsx b/frontend/src/app/category-view/page.tsx index 796365e5ea..1d5a9e91c5 100644 --- a/frontend/src/app/category-view/page.tsx +++ b/frontend/src/app/category-view/page.tsx @@ -139,15 +139,17 @@ const CategoryView = () => { -
{truncateDescription(script.description || "No description available.")}
@@ -190,7 +194,7 @@ const CategoryView = () => {
@@ -210,10 +214,12 @@ const CategoryView = () => {
{category.name}
+
+ {category.name}
+
{
- e.stopPropagation();
- handleScriptClick(script.slug);
- }}
- />
+
{
+ e.stopPropagation();
+ handleScriptClick(script.slug);
+ }}
+ />
+ {formattedBadge(script.type)}
+