From 8e3274dd2cdee72fa2c54283630d04331a58406a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Apr 2021 11:29:52 +0200 Subject: orange text on charles --- frontend/site/projects/museum/views/nav.overlay.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/site/projects/museum/views/nav.overlay.js') diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js index 011cb2d..02945c6 100644 --- a/frontend/site/projects/museum/views/nav.overlay.js +++ b/frontend/site/projects/museum/views/nav.overlay.js @@ -177,11 +177,11 @@ class NavOverlay extends Component { const currentArtist = ARTIST_ORDER[nextIndex] const artist = ARTISTS[currentArtist] this.setState({ currentArtist, artist }) - history.push(`/last-museum/${artist.start}`) + history.push(`/thelastmuseum/${artist.start}`) } goHome() { - history.push(`/last-museum/home/`) + history.push(`/thelastmuseum/home/`) } changeLanguage() { @@ -217,9 +217,9 @@ class NavOverlay extends Component { )} {showHomeFooterLinks && (
- CREDITS - ARTISTS - TEXTS + CREDITS + ARTISTS + TEXTS
)} @@ -246,7 +246,7 @@ class NavOverlay extends Component { {showClose && ( {BACK_TO_KW[language]} - + )} -- cgit v1.2.3-70-g09d2