Skip to content

Commit 7429e90

Browse files
committed
Fix info icon, cleanup
1 parent 096334a commit 7429e90

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/Tooltip/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import Icon from "../Icon";
77
export default function Tooltip<T extends keyof AsMap>({ as, className, title, children, ...props }: TooltipProps<T>) {
88
const Tag: any = as || "span";
99

10-
console.log(title);
11-
1210
const length = getStringLengthOfChildren(title);
13-
14-
console.log(length);
1511
const wrapperClasses = classes([style.tooltip, className, length > 30 && style.multiline]);
1612

1713
return (

src/assets/icons/info.svg

Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)