Use nav for nav controls
This commit is contained in:
parent
a1f867025b
commit
a0d90b628a
@ -28,7 +28,7 @@ fn render_scene(settings: &PlayerSettings, name: &str) -> Markup {
|
||||
|
||||
fn navigation_controls(total_scenes: usize) -> Markup {
|
||||
html! {
|
||||
div .nav-controls {
|
||||
nav .nav-controls {
|
||||
button .nav-button onclick="prev()" { "←" }
|
||||
span id="section-counter" { "1/" (total_scenes) }
|
||||
button .nav-button onclick="next()" { "→" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user