diff options
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 857c20a..c244a60 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -92,3 +92,8 @@ export const DISPLAY_SIZE = 2000 export const DISPLAY_QUALITY= 80 export const THUMBNAIL_SIZE = 320 export const THUMBNAIL_QUALITY = 80 + +export const GROWL = { + OPENING_MESSAGE: "Start the episode by clicking play or scroll to browse on your own.", + REACHED_END_OF_FIRST_SECTION: "Click \"Next\" to advance the exhibition.", +}
\ No newline at end of file |
