From 6dee2e599081bd9d8176dff8620287eeafaa851d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 28 Jul 2020 14:42:51 +0200 Subject: fullscreen background colors... update ui with section name --- animism-align/frontend/app/views/viewer/nav/nav.parent.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/nav/nav.parent.js') diff --git a/animism-align/frontend/app/views/viewer/nav/nav.parent.js b/animism-align/frontend/app/views/viewer/nav/nav.parent.js index fb505c2..5697d88 100644 --- a/animism-align/frontend/app/views/viewer/nav/nav.parent.js +++ b/animism-align/frontend/app/views/viewer/nav/nav.parent.js @@ -15,11 +15,13 @@ class NavParent extends Component {
actions.viewer.toggleComponent('nav')}> - - {ROMAN_NUMERALS[0]} - {'. '} - {'Introduction'} - + {viewer.currentSection && + + {ROMAN_NUMERALS[viewer.currentSection.index]} + {'. '} + {viewer.currentSection.title} + + }
-- cgit v1.2.3-70-g09d2