Skip to content

Commit 82a30b7

Browse files
feat: add TooltipWrapper component for enhanced UI tooltips. (#1093)
Co-authored-by: Cody's Dad <[email protected]>
1 parent 4253f29 commit 82a30b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/containers/Info/Info.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const Info: React.FunctionComponent = () => {
7777
<Href
7878
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"
7979
href={externalDocs.url()}
80+
title={externalDocs.description() ?? undefined}
8081
>
8182
<span>{EXTERAL_DOCUMENTATION_TEXT}</span>
8283
</Href>

0 commit comments

Comments
 (0)