From 28bdef87320412776ff0db071f8ab89a51834cac Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jul 2020 19:18:31 +0200 Subject: arrows and tmp volume icon --- .../frontend/app/views/viewer/nav/viewer.nav.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'animism-align/frontend/app/views/viewer/nav/viewer.nav.js') diff --git a/animism-align/frontend/app/views/viewer/nav/viewer.nav.js b/animism-align/frontend/app/views/viewer/nav/viewer.nav.js index 7b5a4c7..4200b03 100644 --- a/animism-align/frontend/app/views/viewer/nav/viewer.nav.js +++ b/animism-align/frontend/app/views/viewer/nav/viewer.nav.js @@ -3,6 +3,8 @@ import React, { Component } from 'react' import { connect } from 'react-redux' import actions from 'app/actions' +import { ROMAN_NUMERALS } from 'app/constants' +import { Arrow, VolumeControl, PlayButton, PlayerTime } from './viewer.icons' class ViewerNav extends Component { componentDidMount() { @@ -12,7 +14,23 @@ class ViewerNav extends Component { const { } = this.props return (
- Viewer nav +
+
+ + {ROMAN_NUMERALS[0]} + {'. '} + {'Introduction'} +
+
+ + + +
+
+ Next + +
+
) } -- cgit v1.2.3-70-g09d2