Skip to content

Commit 34525fa

Browse files
authored
Merge pull request #1122 from zhx828/add-asco-banner
Add ASCO conference banner
2 parents 4b1cb1f + 673f3f4 commit 34525fa

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.version-level

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
minor
1+
patch

src/main/webapp/app/components/userMessager/UserMessage.tsx

+12-5
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,22 @@ if (
118118
id: '2021-fda-recognition',
119119
},
120120
{
121-
dateEnd: 1712808000000,
121+
dateEnd: 1717560000000,
122122
content: (
123123
<div>
124-
Join us at AACR 2024! Visit our poster session (Mon 4/8, 1:30PM PDT,
125-
Section 36, Poster 3544) to learn more about OncoKB and meet some of
126-
our team members. See you there!
124+
Join us May 31-June 4 at ASCO 2024! Visit our booth (
125+
<Linkout
126+
link={
127+
'https://events.jspargo.com/ASCO24/Public/Eventmap.aspx?EventId=776&MapID=990&MapItBoothID=960826&MapItBooth=37106'
128+
}
129+
>
130+
#37106
131+
</Linkout>
132+
) to meet our team and explore the latest developments from OncoKB™.
133+
See you there!
127134
</div>
128135
),
129-
id: '2024_aacr',
136+
id: '2024_asco',
130137
},
131138
{
132139
dateStart: 1709337600000,

0 commit comments

Comments
 (0)