We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253f29 commit 82a30b7Copy full SHA for 82a30b7
library/src/containers/Info/Info.tsx
@@ -77,6 +77,7 @@ export const Info: React.FunctionComponent = () => {
77
<Href
78
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"
79
href={externalDocs.url()}
80
+ title={externalDocs.description() ?? undefined}
81
>
82
<span>{EXTERAL_DOCUMENTATION_TEXT}</span>
83
</Href>
0 commit comments