This commit is contained in:
Henry Jameson 2022-08-23 22:15:46 +03:00
parent 666015c9fa
commit f44ae0ce6b
1 changed files with 2 additions and 0 deletions

View File

@ -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