Skip to content

Commit

Permalink
Merge pull request #3044 from OpenNeuroOrg/nemar-text-update
Browse files Browse the repository at this point in the history
fix(app): Update NEMAR link tooltip text
  • Loading branch information
nellh authored May 8, 2024
2 parents 651263d + 5e1be13 commit 231ec25
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ export const NemarButton: React.FC<NemarButtonProps> = ({
<>
{onNemar && (
<div className="brainlife-block">
<Tooltip tooltip="View and analyze on NEMAR" flow="up">
<Tooltip
tooltip="View and analyze this dataset on the NEMAR OpenNeuro portal for MEG, iEEG, and EEG data"
flow="up"
wrapText={true}
>
<Button
className="brainlife-link"
primary={true}
Expand Down

0 comments on commit 231ec25

Please sign in to comment.