Skip to content

Commit

Permalink
update snaps (#7850)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 authored Jun 27, 2024
1 parent 51b44c8 commit ae94ae1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@ const DiseaseSpecificUploadContainer = () => {
<div className="usa-alert usa-alert--info margin-left-105em margin-right-105em maxw-tablet-lg">
<div className="usa-alert__body">
<h2 className="usa-alert__heading">
New: Report flu and RSV results to California
New: Report flu and RSV results in select jurisdictions
</h2>
<div className="usa-alert__text">
<p>
Organizations sending results to the California Department of Public
Health (CDPH) can now use the bulk results upload feature to report
positive flu and RSV tests. Report{" "}
SimpleReport allows organizations to report{" "}
{BULK_UPLOAD_SUPPORTED_DISEASES_COPY_TEXT} results all from a single
spreadsheet.{" "}
spreadsheet to a growing number of jurisdictions. To check if your
jurisdiction is currently supported, please refer to the "Test for
Other Diseases" section in the{" "}
<a
href={
"https://www.simplereport.gov/using-simplereport/test-for-other-diseases/influenza/"
}
>
SimpleReport online user guide
</a>
.{" "}
<a
href="https://www.simplereport.gov/assets/resources/bulk_results_upload_guide-flu_pilot.pdf"
onClick={() => {
Expand All @@ -30,7 +38,7 @@ const DiseaseSpecificUploadContainer = () => {
});
}}
>
See more information and guidance about flu and RSV reporting
See more information and guidance about reporting these diseases
</a>
.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,28 @@ exports[`Disease specific upload container test passes axe tests 1`] = `
<h2
class="usa-alert__heading"
>
New: Report flu and RSV results to California
New: Report flu and RSV results in select jurisdictions
</h2>
<div
class="usa-alert__text"
>
<p>
Organizations sending results to the California Department of Public Health (CDPH) can now use the bulk results upload feature to report positive flu and RSV tests. Report
SimpleReport allows organizations to report
COVID-19, Flu A and B, and RSV
results all from a single spreadsheet.
results all from a single spreadsheet to a growing number of jurisdictions. To check if your jurisdiction is currently supported, please refer to the "Test for Other Diseases" section in the
<a
href="https://www.simplereport.gov/using-simplereport/test-for-other-diseases/influenza/"
>
SimpleReport online user guide
</a>
.
<a
href="https://www.simplereport.gov/assets/resources/bulk_results_upload_guide-flu_pilot.pdf"
>
See more information and guidance about flu and RSV reporting
See more information and guidance about reporting these diseases
</a>
.
</p>
Expand Down

0 comments on commit ae94ae1

Please sign in to comment.