mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: improve the tooltip content display (#4362)
(cherry picked from commit bc5db5d7cb)
This commit is contained in:
committed by
Alex Yang
parent
9db29660f7
commit
89c1b1181e
@@ -30,9 +30,7 @@ export const TechStackDisplay = ({
|
|||||||
{techStackIcons[icon].icon}
|
{techStackIcons[icon].icon}
|
||||||
</span>
|
</span>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent className="text-white/80 bg-gradient-to-tr from-stone-950/90 via-stone-900 to-stone-950/90">
|
<TooltipContent>{techStackIcons[icon].name}</TooltipContent>
|
||||||
{techStackIcons[icon].name}
|
|
||||||
</TooltipContent>
|
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</TooltipProvider>
|
</TooltipProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user