diff --git a/docs/components/display-techstack.tsx b/docs/components/display-techstack.tsx
index 5893ded9..8373b638 100644
--- a/docs/components/display-techstack.tsx
+++ b/docs/components/display-techstack.tsx
@@ -30,9 +30,7 @@ export const TechStackDisplay = ({
{techStackIcons[icon].icon}
-
- {techStackIcons[icon].name}
-
+ {techStackIcons[icon].name}
);