mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(webui): incorrect rtl icon
This commit is contained in:
parent
4c02fbafc5
commit
98a8f61a48
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
:title="$t('common.go_to_library')"
|
||||
:to="{name:'browse-libraries', params: {libraryId: series.libraryId ? series.libraryId : 0 }}"
|
||||
>
|
||||
<v-icon>mdi-arrow-left</v-icon>
|
||||
<v-icon v-if="$vuetify.rtl">mdi-arrow-right</v-icon>
|
||||
<v-icon v-else>mdi-arrow-left</v-icon>
|
||||
</v-btn>
|
||||
|
||||
<series-actions-menu v-if="series"
|
||||
|
|
|
|||
Loading…
Reference in a new issue