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 (