From 3321615618b3d0a5fb8b89608e1de759555db190 Mon Sep 17 00:00:00 2001 From: Howie Motenko Date: Tue, 20 Aug 2024 15:09:44 -0400 Subject: [PATCH] KANBAN-598 - Add more resource links to AD portal --- src/containers/alzheimersPage/ResourcesSection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/containers/alzheimersPage/ResourcesSection.js b/src/containers/alzheimersPage/ResourcesSection.js index f3384986..6eed3cc5 100644 --- a/src/containers/alzheimersPage/ResourcesSection.js +++ b/src/containers/alzheimersPage/ResourcesSection.js @@ -7,8 +7,10 @@ const ResourcesSection = () => { const resourceLinks = [ {title: "Alzhemiers.gov", url: 'https://www.alzheimers.gov/'}, {title: "Alzhemier's Association", url: 'https://www.alz.org/'}, + {title: "Alzheimer's Disease Clinical Trials", url: 'https://www.clinicaltrials.gov/search?cond=Alzheimer%20Disease'}, {title: "Alzhemier's Foundation of America", url: 'https://alzfdn.org/'}, {title: "National Institute on Aging", url: 'https://www.nia.nih.gov/'}, + {title: "OMIM", url: 'https://omim.org/entry/104300'}, ]; return (