diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-21 00:31:16 +0300 |
| commit | f561e755530063b2e8e0db210264b1d244543bd0 (patch) | |
| tree | 986f3ca8b95b0cfa48725e970204d1e402ff12ad /src/App.vue | |
| parent | 1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (diff) | |
lint
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue index 5efaf717..c27f51bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,8 @@ <FAIcon fixed-width size="lg" - class="button-icon" icon="cog" + class="button-icon" + icon="cog" :title="$t('nav.preferences')" /> </a> @@ -64,9 +65,10 @@ class="mobile-hidden nav-icon" target="_blank" ><FAIcon - fixed-width - size="lg" - class="button-icon" icon="tachometer-alt" + fixed-width + size="lg" + class="button-icon" + icon="tachometer-alt" :title="$t('nav.administration')" /></a> <a @@ -75,9 +77,10 @@ class="mobile-hidden nav-icon" @click.prevent="logout" ><FAIcon - fixed-width - size="lg" - class="button-icon" icon="sign-out-alt" + fixed-width + size="lg" + class="button-icon" + icon="sign-out-alt" :title="$t('login.logout')" /></a> </div> |
