Skip to content

Commit

Permalink
refactor: adjust tooltip to avoid repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
Manancode committed Oct 17, 2024
1 parent 873e641 commit b56784e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Info/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +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() || EXTERAL_DOCUMENTATION_TEXT}
title={externalDocs.description() || undefined}
>
<span>{EXTERAL_DOCUMENTATION_TEXT}</span>
</Href>
Expand Down

0 comments on commit b56784e

Please sign in to comment.