Skip to content

Commit

Permalink
feat: add TooltipWrapper component for enhanced UI tooltips. (#1093)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <40604284+AceTheCreator@users.noreply.github.com>
  • Loading branch information
Manancode and AceTheCreator authored Oct 23, 2024
1 parent 4253f29 commit 82a30b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/containers/Info/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const Info: React.FunctionComponent = () => {
<Href
className="border border-solid border-orange-300 hover:bg-orange-300 hover:text-orange-600 text-orange-500 font-bold no-underline text-xs uppercase rounded px-3 py-1"
href={externalDocs.url()}
title={externalDocs.description() ?? undefined}
>
<span>{EXTERAL_DOCUMENTATION_TEXT}</span>
</Href>
Expand Down

0 comments on commit 82a30b7

Please sign in to comment.