aboutsummaryrefslogtreecommitdiff
path: root/src/components/nav_panel/nav_panel.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/nav_panel/nav_panel.vue')
-rw-r--r--src/components/nav_panel/nav_panel.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue
index 11260818..b4ca6022 100644
--- a/src/components/nav_panel/nav_panel.vue
+++ b/src/components/nav_panel/nav_panel.vue
@@ -26,6 +26,7 @@
<button
class="button-unstyled menu-item"
@click="toggleTimelines"
+ :aria-expanded="showTimelines ? 'true' : 'false'"
>
<FAIcon
fixed-width
@@ -56,6 +57,7 @@
<button
class="button-unstyled menu-item"
@click="toggleLists"
+ :aria-expanded="showLists ? 'true' : 'false'"
>
<FAIcon
fixed-width