Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix(secman hub): fix secman hub pwa installation button
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Apr 13, 2022
1 parent 43111fc commit cc1f303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<VIcon name="sm-logo" />
</button>
<button
v-if="!shown"
v-if="shown"
@click="installPWA"
v-tooltip="`Install Secman Hub as Desktop App`"
class="btn ml-1 trsn"
Expand Down

0 comments on commit cc1f303

Please sign in to comment.