fix: proper state indicatior in teams collections

This commit is contained in:
liyasthomas
2021-08-16 08:18:48 +05:30
parent 33e2afab7b
commit c6a3b784b5
5 changed files with 8 additions and 6 deletions

View File

@@ -29,6 +29,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('header.install_pwa')"
icon="offline_bolt"
class="rounded"
@click.native="showInstallPrompt()"
/>
<ButtonSecondary
@@ -63,6 +64,7 @@
v-else
v-tippy="{ theme: 'tooltip' }"
:title="$t('account')"
class="rounded"
icon="account_circle"
/>
</template>