Skip to content

Commit

Permalink
Merge pull request #1357 from alliance-genome/KANBAN-598
Browse files Browse the repository at this point in the history
KANBAN-598 - Add more resource links to AD portal
  • Loading branch information
motenko authored Aug 22, 2024
2 parents 87e148f + 3321615 commit 5298f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/alzheimersPage/ResourcesSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5298f8d

Please sign in to comment.