Skip to content

Commit

Permalink
tooltip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyooky committed Jul 14, 2023
1 parent 43574fa commit eee1847
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ function GlobusLink({ uuid, isSupport }) {
openDUA={() => openDUA(responseUrl)}
variant="body2"
>
{isSupport ? ': ' : hubmap_id}
<SecondaryBackgroundTooltip title="Data generated for visualization of this dataset are also available on Globus.">
{isSupport ? ': ' : hubmap_id} Globus
<StyledExternalLinkIcon />
<span>
{' '}
Globus
<StyledExternalLinkIcon />
</span>
{/* */}
</SecondaryBackgroundTooltip>
</FilesConditionalLink>
</StyledLink>
Expand Down

0 comments on commit eee1847

Please sign in to comment.