diff --git a/src/blocks/Skills/Component.tsx b/src/blocks/Skills/Component.tsx index 4efa23f..cf7be32 100644 --- a/src/blocks/Skills/Component.tsx +++ b/src/blocks/Skills/Component.tsx @@ -1,5 +1,4 @@ import React from 'react' -import { cn } from '@/utilities/ui' type SkillCategory = { title: string @@ -36,39 +35,31 @@ export function SkillsBlock({ heading, keySkills, categories }: SkillsBlockProps )} {Array.isArray(categories) && categories.length > 0 && ( -
{cat.title}
-{cat.title}
+