From 5e1be1384ea2ee6a423cc60a09d88985e97e4be2 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle <nell@dev-nell.com> Date: Mon, 6 May 2024 13:49:46 -0700 Subject: [PATCH] fix(app): Update NEMAR link tooltip text --- .../src/scripts/dataset/components/NemarButton.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/openneuro-app/src/scripts/dataset/components/NemarButton.tsx b/packages/openneuro-app/src/scripts/dataset/components/NemarButton.tsx index 5bff38864d..c94f0d7a90 100644 --- a/packages/openneuro-app/src/scripts/dataset/components/NemarButton.tsx +++ b/packages/openneuro-app/src/scripts/dataset/components/NemarButton.tsx @@ -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}