summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/site/projects/museum/constants.js4
-rw-r--r--frontend/site/projects/museum/views/nav.overlay.js8
2 files changed, 6 insertions, 6 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js
index f512d04..1af94c7 100644
--- a/frontend/site/projects/museum/constants.js
+++ b/frontend/site/projects/museum/constants.js
@@ -617,8 +617,8 @@ export const HEADPHONES = {
}
export const BACK_TO_KW = {
- en: "back to PCAI",
- de: "zu PCAI",
+ en: "back to KW",
+ de: "zu KW",
}
export const CREDITS_STRINGS = {
diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js
index 6b11dd8..6754975 100644
--- a/frontend/site/projects/museum/views/nav.overlay.js
+++ b/frontend/site/projects/museum/views/nav.overlay.js
@@ -328,11 +328,11 @@ class NavOverlay extends Component {
function exitLink(language) {
if (language === 'en') {
- // return 'https://www.kw-berlin.de/en/home/'
- return 'https://www.pcai.gr/'
+ return 'https://www.kw-berlin.de/en/home/'
+ // return 'https://www.pcai.gr/'
}
- // return 'https://www.kw-berlin.de/home/'
- return 'https://www.pcai.gr/'
+ return 'https://www.kw-berlin.de/home/'
+ // return 'https://www.pcai.gr/'
}
const mapStateToProps = state => ({