Skip to content

Commit

Permalink
Merge pull request #76 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Update App.vue
  • Loading branch information
jason5ng32 authored Feb 5, 2024
2 parents 080dcae + c3ab6e5 commit 5df0d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<!-- Info Mask BTN-->
<button v-if="isInfosLoaded" class="btn position-fixed"
:class="infoMaskLevel === 0 ? 'btn-success' : infoMaskLevel === 1 ? 'btn-warning' : 'btn-secondary'"
style="bottom: 66px; right: 20px; z-index: 1050;" @click="toggleInfoMask">
style="bottom: 66px; right: 20px; z-index: 1050;" @click="toggleInfoMask"
aria-label="Toggle Info Mask">
<i :class="infoMaskLevel === 0 ? 'bi bi-eye' : 'bi bi-eye-slash'"></i>
</button>
</div>
Expand Down

0 comments on commit 5df0d8a

Please sign in to comment.