Skip to content

Commit

Permalink
Replace Monkeypox with Mpox
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Nov 9, 2023
1 parent 0632b3f commit bca64b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Global.health Monkeypox visualization
# Global.health Mpox visualization

Global.health Monkeypox visualization
Global.health Mpox visualization

https://map.monkeypox.global.health

Expand Down
4 changes: 2 additions & 2 deletions cypress/e2e/App.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('<App />', () => {
cy.visit('/');

cy.contains(/Country view/i).should('be.visible');
cy.contains(/Monkeypox Dataset/i).should('be.visible');
cy.contains(/Mpox Dataset/i).should('be.visible');
cy.contains(/Feedback/i).should('be.visible');
cy.contains(/Briefing Report/i).should('be.visible');
});
Expand All @@ -84,7 +84,7 @@ describe('<App />', () => {
cy.contains(/Line List Cases/i).should('be.visible');
cy.url().should('eq', 'http://localhost:3000/country');

cy.contains(/Monkeypox Dataset/i)
cy.contains(/Mpox Dataset/i)
.should('have.attr', 'href')
.and('eq', 'https://github.com/globaldothealth/monkeypox');

Expand Down
4 changes: 2 additions & 2 deletions src/components/MapGuide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const StyledMapGuideContext: React.FC = () => {
return (
<>
<StyledTooltipTitle>
Welcome to the Global.health monkeypox map!
Welcome to the Global.health Mpox map!
</StyledTooltipTitle>
<Typography
sx={{
marginBottom: '2rem',
}}
>
These geospatial data visualisations allow you to explore data
produced by the World Health Organization for the 2022 Monkeypox
produced by the World Health Organization for the 2022 Mpox
outbreak. You can read about our data transition and completing
a 100 days mission on the{' '}
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const TopBar = () => {
target="_blank"
>
<Typography variant="navbarlink" gutterBottom>
Monkeypox Dataset
Mpox Dataset
</Typography>
</a>

Expand Down

0 comments on commit bca64b8

Please sign in to comment.