Browse Source

feature: use translate icon intead of 'language'

tags/v2.1.8
winkidney 2 years ago
parent
commit
3b70800fad
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      pinry-spa/src/components/PHeader.vue

+ 5
- 1
pinry-spa/src/components/PHeader.vue View File

@@ -90,7 +90,11 @@
<div
class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Language
<b-icon
type="is-dark"
icon="translate"
custom-size="mdi-24px">
</b-icon>
</a>
<div class="navbar-dropdown">
<a


Loading…
Cancel
Save