Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update mpox banner to outage banner for theigen transfer #1714

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@ export const Announcements = (): JSX.Element => {
)}
{shouldShowMpoxUpdateBanner && (
<StyledBanner sdsType="primary">
<B>MPOX TREE BUILDS ARE NOW UPDATED.&nbsp;</B>
<B>
PLANNED OUTAGE FROM NOVEMBER 15 AT 8 AM PST UNTIL NOVEMBER 18 AT 12
PM PST. THEIAGENEPI WILL REPLACE CZ GEN EPI. CLICK &nbsp;
</B>
<StyledNewTabLink
href="https://help.czgenepi.org/hc/en-us/articles/30224919249684-Tree-Building-Updates-09-06-2024"
href="https://help.czgenepi.org/hc/en-us/articles/20083077583764-FAQs-CZ-GEN-EPI-Transfer-to-Theiagen-Global-Health-Initiative-TGHI"
sdsStyle="dashed"
>
LEARN MORE
HERE
</StyledNewTabLink>
<B>.</B>
<B>&nbsp;FOR MORE INFORMATION.</B>
</StyledBanner>
)}
</>
Expand Down
Loading