diff --git a/components/icons/tech-icon.tsx b/components/icons/tech-icon.tsx index 4a3d8fd..1f1fa60 100644 --- a/components/icons/tech-icon.tsx +++ b/components/icons/tech-icon.tsx @@ -233,7 +233,11 @@ export const TechIcon: React.FC = ({ } // Font Awesome icon (IconDefinition has prefix, iconName, and icon properties) - if (typeof IconComponent === "object" && "prefix" in IconComponent && "iconName" in IconComponent) { + if ( + typeof IconComponent === "object" && + "prefix" in IconComponent && + "iconName" in IconComponent + ) { return (