Skip to content

Commit 16feb6a

Browse files
gannan08dlongley
authored andcommitted
Use text caption instead of tooltip.
1 parent 5635370 commit 16feb6a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

components/NfcShare.vue

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="row items-center justify-center">
33
<q-btn
44
v-show="!isSharing"
55
no-caps
@@ -21,11 +21,14 @@
2121
Tap to Share
2222
</div>
2323
</div>
24-
<q-tooltip>
25-
Tap to Share is only available on Android devices.
26-
</q-tooltip>
2724
</template>
2825
</q-btn>
26+
<div
27+
v-if="!supportsNfc"
28+
class="text-caption text-weight-thin text-center disabled q-pt-xs"
29+
style="font-size: 10px;">
30+
Tap to Share is only available on Android devices.
31+
</div>
2932
</div>
3033
</template>
3134

0 commit comments

Comments
 (0)