chore: removed duplicate value in className @ Tooltip.tsx (#8865)

This commit is contained in:
Mendy Landa
2023-05-12 09:45:32 -06:00
committed by GitHub
parent e028a339f5
commit 341f82ccb9
+1 -1
View File
@@ -33,7 +33,7 @@ export function Tooltip({
className={classNames(
side === "top" && "-mt-7",
side === "right" && "ml-2",
"bg-inverted text-inverted relative relative z-50 rounded-md px-2 py-1 text-xs font-semibold shadow-lg"
"bg-inverted text-inverted relative z-50 rounded-md px-2 py-1 text-xs font-semibold shadow-lg"
)}
side={side}
align="center"