Skip to content

Commit

Permalink
Fix class to className in Tooltip component
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Nov 16, 2023
1 parent 737460a commit 63410e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Tooltip/react/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const Tooltip: React.FC<
colors.background,
)}
>
<span class="sr-only">Tooltip: </span>
<span className="sr-only">Tooltip: </span>
{popper}
</div>
</div>
Expand Down

0 comments on commit 63410e1

Please sign in to comment.