mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano przycisk powrotu do listy scenerii w widoku scenerii
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@keydown.space="toggleTimeline(i)"
|
||||
tabindex="0"
|
||||
>
|
||||
{{ timeline.date }} <img :src="icons.descArrow" alt="" />
|
||||
{{ timeline.date }} <img :src="timeline.showTimeline ? icons.ascArrow : icons.descArrow" alt="arrow" />
|
||||
</h3>
|
||||
|
||||
<span v-if="timeline.showTimeline">
|
||||
|
||||
Reference in New Issue
Block a user