Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Dec 13, 2024
1 parent 3ee123e commit a72e386
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/main/webapp/app/pages/newsPage/NewsPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,13 @@ const EVIDENCE_COLUMN_SEPARATOR = '; ';

export const NEWS_BY_DATE: { [date: string]: NewsData } = {
'12192024': {
priorityNews: ['Update to our FDA-Approved Oncology Therapies page'],
priorityNews: [
<span>
Update to our{' '}
<Link to={PAGE_ROUTE.ONCOLOGY_TX}>FDA-Approved Oncology Therapies</Link>{' '}
page
</span>,
],
changedAnnotations: [
{
columnHeaderType:
Expand All @@ -316,12 +322,12 @@ export const NEWS_BY_DATE: { [date: string]: NewsData } = {
'Non-Small Cell Lung Cancer',
<div>
<div style={{ fontStyle: 'italic' }}>
{DRUGS_REMAINING_IN_ONCOKB}:
{DRUGS_PROMOTED_IN_ONCOKB}:
</div>
<div>Zenocutuzumab</div>
<br></br>
<div style={{ fontStyle: 'italic' }}>
{DRUGS_PROMOTED_IN_ONCOKB}:
{DRUGS_REMAINING_IN_ONCOKB}:
</div>
<div>Seribantumab (Level 3A)</div>
</div>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const OncologyTherapiesPage: React.FunctionComponent<{}> = props => {
'https://www.fda.gov/drugs/resources-information-approved-drugs/oncology-cancer-hematologic-malignancies-approval-notifications'
}
>
Content current as of 10/21/2024
Content current as of 12/13/2024
</Linkout>
</div>
<div>
Expand Down
Binary file not shown.

0 comments on commit a72e386

Please sign in to comment.