diff options
Diffstat (limited to 'src/components/nav_panel/nav_panel.vue')
| -rw-r--r-- | src/components/nav_panel/nav_panel.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index b53f1baf..32c9bed5 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -25,8 +25,8 @@ <li v-if="currentUser || !privateMode"> <button class="button-unstyled menu-item" - @click="toggleTimelines" :aria-expanded="showTimelines ? 'true' : 'false'" + @click="toggleTimelines" > <FAIcon fixed-width @@ -56,8 +56,8 @@ <li v-if="currentUser"> <button class="button-unstyled menu-item" - @click="toggleLists" :aria-expanded="showLists ? 'true' : 'false'" + @click="toggleLists" > <FAIcon fixed-width |
