diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/App.vue b/src/App.vue index c27f51bf..6e44c7e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,8 +53,7 @@ > <FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="cog" :title="$t('nav.preferences')" /> @@ -66,8 +65,7 @@ target="_blank" ><FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="tachometer-alt" :title="$t('nav.administration')" /></a> @@ -78,8 +76,7 @@ @click.prevent="logout" ><FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="sign-out-alt" :title="$t('login.logout')" /></a> |
