diff --git a/frontend/src/app/category-view/page.tsx b/frontend/src/app/category-view/page.tsx index 6c584583..c8fc443f 100644 --- a/frontend/src/app/category-view/page.tsx +++ b/frontend/src/app/category-view/page.tsx @@ -15,13 +15,13 @@ const MAX_LOGOS = 5; // Max logos to display at once const formattedBadge = (type: string) => { switch (type) { case "vm": - return VM; + return VM; case "ct": return ( - LXC + LXC ); case "misc": - return MISC; + return MISC; } return null; }; @@ -173,6 +173,11 @@ const CategoryView = () => { > {truncateDescription(script.description || "No description available.")}

+ {script.name {renderResources(script)}