From f6389b80aa0cbf43c359db04ba4dc5e1b676bd1c Mon Sep 17 00:00:00 2001 From: Caleb Jacob Date: Mon, 29 Jul 2024 12:15:37 -0600 Subject: [PATCH] Updated tooltip trigger button type --- package.json | 2 +- src/components/Tooltip.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0564e44..35a8fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@near-pagoda/ui", - "version": "0.2.0", + "version": "0.2.1", "description": "A React component library that implements the official NEAR design system.", "license": "MIT", "repository": { diff --git a/src/components/Tooltip.tsx b/src/components/Tooltip.tsx index d11b8ef..6546175 100644 --- a/src/components/Tooltip.tsx +++ b/src/components/Tooltip.tsx @@ -19,7 +19,7 @@ export const Tooltip = ({ asChild, children, content, root, side = 'top', sideOf return ( - + {children}