mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 04:19:25 +00:00
docs: improve the tooltip content display (#4362)
This commit is contained in:
committed by
GitHub
parent
cf7f2f1181
commit
bc5db5d7cb
@@ -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