Ran prettier
This commit is contained in:
parent
0c8f330f5a
commit
abeb078bdd
|
@ -11,7 +11,6 @@ export default function ToolTip(props: ToolTipProps): JSX.Element {
|
|||
if (newProps.interactive === undefined) newProps.interactive = true;
|
||||
if (newProps.animation === undefined) newProps.animation = "scale-subtle";
|
||||
|
||||
|
||||
return (
|
||||
<Tippy className={`text-[80%] ${newProps.className}`} {...newProps}>
|
||||
<div>{props.children}</div>
|
||||
|
|
Loading…
Reference in New Issue