Skip to content

Commit

Permalink
fix default help message
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Mar 14, 2024
1 parent d7d3696 commit b44cc7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/getDomainSpecificContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@ const domainSpecificContent = {
HelpButton: reusedContent.HelpButton.OneToOneSupport,
matomoName: 'cellenics',
guidanceFileLink: 'https://drive.google.com/file/d/1VPaB-yofuExinY2pXyGEEx-w39_OPubO/view',
helpMessage: () => (
helpMessage: (
<>
Email us to find out if we can support your data:
<a href={`mailto:${config.supportEmail}`}>
{config.supportEmail}
</a>
</>
),
},
BIOMAGE: {
containerIds: biomageContainerIds,
HelpButton: (
Expand Down

0 comments on commit b44cc7b

Please sign in to comment.