diff --git a/packages/portal/config/landingPage.json b/packages/portal/config/landingPage.json index 4a7bed48..3942cb90 100644 --- a/packages/portal/config/landingPage.json +++ b/packages/portal/config/landingPage.json @@ -20,7 +20,7 @@ } }, { - "text": "The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid and pain public health crisis." + "text": "The Helping to End Addiction Long-term Initiative, or NIH HEAL Initiative®, is an aggressive, trans-agency effort to speed scientific solutions to stem the national opioid and pain public health crisis." }, { "link": { @@ -80,7 +80,7 @@ { "quoteArea": { "quote": "Data is both a product of research, and also an engine for new discovery.", - "author": "REBECCA G. Baker, Ph.D., Director of the NIH HEAL Initiative" + "author": "REBECCA G. Baker, Ph.D., Director of the NIH HEAL Initiative®" } } ] diff --git a/packages/portal/config/research.json b/packages/portal/config/research.json index 4a2239a5..f90ebf68 100644 --- a/packages/portal/config/research.json +++ b/packages/portal/config/research.json @@ -3,7 +3,7 @@ "introduction": [ { "type": "text", - "content": "The NIH HEAL Initiative is organized into seven research focus areas. Within those focus areas, several NIH Institutes and Centers are leading dozens of research programs to find scientific solutions to the opioid crisis." + "content": "The NIH HEAL Initiative® is organized into seven research focus areas. Within those focus areas, several NIH Institutes and Centers are leading dozens of research programs to find scientific solutions to the opioid crisis." }, { "type": "break" @@ -13,7 +13,7 @@ }, { "type": "outboundLink", - "content": "NIH HEAL Initiative research plan", + "content": "NIH HEAL Initiative® research plan", "link": "https://heal.nih.gov/about/research-plan" }, { diff --git a/packages/portal/config/resource.json b/packages/portal/config/resource.json index 18498087..05fd447e 100644 --- a/packages/portal/config/resource.json +++ b/packages/portal/config/resource.json @@ -15,7 +15,7 @@ }, { "type": "outboundLink", - "content": "NIH HEAL Initiative.", + "content": "NIH HEAL Initiative®", "link": "https://heal.nih.gov/about/research-plan" } ], diff --git a/packages/portal/content/landing.mdx b/packages/portal/content/landing.mdx index 792a916b..55181eaa 100644 --- a/packages/portal/content/landing.mdx +++ b/packages/portal/content/landing.mdx @@ -2,7 +2,7 @@ import { LandingBarChart } from '../src/components/Charts/LandingBarChart' import Button from '@mui/material/Button';