summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-20 22:43:03 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-20 22:43:03 +0200
commitb5aa4f3c96f9604195e30d9a81b06805b62e913e (patch)
tree77f3ec4b8d263b60fb73dd1991ab4be93a8c0ca8 /animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js
parent6b36bb44d5933eed584e1657d402bc1fa07ff611 (diff)
opening the footnote if you click on it
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js')
-rw-r--r--animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js
index 1c0f49d..d0f1dbd 100644
--- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js
+++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.nav.js
@@ -15,7 +15,7 @@ class ViewerSectionsNav extends Component {
<div className="viewer-nav sections-nav">
<div className='nav-row'>
- <div className="checklist-element" onClick={() => {
+ <div className="checklist-element link-element" onClick={() => {
actions.viewer.hideNavComponent('credits')
actions.viewer.toggleNavComponent('checklist')
}}>
@@ -25,7 +25,7 @@ class ViewerSectionsNav extends Component {
</div>
</div>
- <div className="credits-element" onClick={() => {
+ <div className="credits-element link-element" onClick={() => {
actions.viewer.hideNavComponent('checklist')
actions.viewer.toggleNavComponent('credits')
}}>