diff options
| author | ache <ache@ache.one> | 2026-05-31 22:30:30 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-05-31 22:30:30 +0200 |
| commit | a887b15400b5d7291763b460c44c37a06d2f0b4e (patch) | |
| tree | c2da5c0e93088b36713d336d29fbaf900bd5c210 | |
| parent | feat: Add ache.svg on root (diff) | |
Remove role=button on nav
| -rw-r--r-- | src/templates/left.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/left.tmpl b/src/templates/left.tmpl index 457dece..1a80448 100644 --- a/src/templates/left.tmpl +++ b/src/templates/left.tmpl @@ -1,4 +1,4 @@ -<nav tabindex="0" id="harr" class="hide_arrow" role="button" aria-labe="switch on/off panel"> +<nav tabindex="0" id="harr" class="hide_arrow" aria-labe="switch on/off panel"> {{{ svg.lt }}} </nav> <aside id="side-bar"> |