diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 18:04:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 18:04:58 +0100 |
| commit | 5231ca00fb7c5f48aeae2a90671f3dbc03688814 (patch) | |
| tree | ad49d2a25ab5486c0731dd16bdbab7ce89c0a871 /animism-align/frontend/app/views/viewer/nav/eflux.chrome.js | |
| parent | a46412486829a416fb99febaae4679c60da70803 (diff) | |
eflux logo link
Diffstat (limited to 'animism-align/frontend/app/views/viewer/nav/eflux.chrome.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/nav/eflux.chrome.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/nav/eflux.chrome.js b/animism-align/frontend/app/views/viewer/nav/eflux.chrome.js index d52f348..6da6f76 100644 --- a/animism-align/frontend/app/views/viewer/nav/eflux.chrome.js +++ b/animism-align/frontend/app/views/viewer/nav/eflux.chrome.js @@ -6,6 +6,7 @@ import { } from './eflux.icons' import { PlayButton } from './viewer.icons' import actions from 'app/actions' +import { URLS } from 'app/constants' const PLAY_MESSAGES = { not_started: 'Start the Exhibition', @@ -53,7 +54,7 @@ class EfluxChrome extends Component { <div className={"eflux-header " + navStyle + (transcriptOpen ? ' transcript-open' : '')}> <div className="eflux-logo"> <a - href="/" + href={URLS.eflux_logo} onMouseEnter={() => this.handleMouseEnter('eflux')} onMouseLeave={() => this.handleMouseLeave('eflux')} > |
