This commit is contained in:
2020-10-05 20:42:54 +00:00
parent 932c322e44
commit f2678cc9b4
2 changed files with 21 additions and 5 deletions

View File

@@ -134,7 +134,7 @@
<template v-slot:append>
<div>
<v-btn x-large block to="/login">
<v-icon large left>fa-sign-out-alt</v-icon>
<v-icon large left>$ayiSignOut</v-icon>
<span class="ml-2 text-h6">{{ $ay.t("Logout") }}</span></v-btn
>
</div>
@@ -167,7 +167,7 @@
<template v-slot:badge>
{{ newNotificationCount() }}
</template>
<v-icon>fa-bell</v-icon>
<v-icon>$ayiBell</v-icon>
</v-badge>
</v-btn>