From bc5db5d7cbae334d8ff2b00d9dbb1976532ef1ce Mon Sep 17 00:00:00 2001 From: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:54:09 +0300 Subject: [PATCH] docs: improve the tooltip content display (#4362) --- docs/components/display-techstack.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} );