Skip to content

Commit

Permalink
fix tooltip class
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 9, 2024
1 parent 74d85af commit eef3bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/shared/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const Tooltip = ({ tooltip }: { tooltip?: TooltipInstance }) => {
</>
)

const renderMPTId = () => <div className="nft">{data.tokenId}</div>
const renderMPTId = () => <div className="mpt">{data.tokenId}</div>

const { x, y, mode } = tooltip
const style: CSSProperties = { top: y + PADDING_Y, left: x }
Expand Down

0 comments on commit eef3bc7

Please sign in to comment.