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

This commit is contained in:
Mendy Landa 2023-05-12 18:45:32 +03:00 committed by GitHub
parent e028a339f5
commit 341f82ccb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"