summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/text-overlays.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/text-overlays.js')
-rw-r--r--frontend/site/projects/museum/text-overlays.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/site/projects/museum/text-overlays.js b/frontend/site/projects/museum/text-overlays.js
index 8367d02..186c1e0 100644
--- a/frontend/site/projects/museum/text-overlays.js
+++ b/frontend/site/projects/museum/text-overlays.js
@@ -1,5 +1,5 @@
-export const DEFAULT_ICON = "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png"
-export const DEFAULT_CLOSED_ICON = "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png"
+export const DEFAULT_ICON = "/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png"
+export const DEFAULT_CLOSED_ICON = "/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png"
export const TEXT_OVERLAYS = {
/* nora al-badri */
@@ -127,17 +127,17 @@ export const TEXT_OVERLAYS = {
}
},
'nilthamrong-home': {
- icon: '/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png',
+ icon: '/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png',
style: {
right: '3rem',
transform: 'scale(1)',
- cursor: 'url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer',
+ cursor: 'url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer',
},
textStyle: {
- cursor: 'url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer',
+ cursor: 'url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer',
fontFamily: "Druk Wide",
fontSize: "1.5vw",
- color: "#fff",
+ // color: "#fff",
textShadow: "0px 2px 6px rgba(0,0,0,0.5)",
textAlign: "justify",
},