Skip to content

Commit becf3a0

Browse files
committed
canHover
1 parent 6564bb9 commit becf3a0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apps/web/app/pages/namecard/[id]/share.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ useHead({
5858
:href="`https://x.com/share?url=${encodeURIComponent(
5959
`https://vuefes.jp/2024/namecard/${id}/share`,
6060
)}`"
61+
can-hover
6162
/>
6263
</li>
6364
<li>

apps/web/app/pages/sessions/[id]/share.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ useHead({
6666
:href="`https://x.com/share?url=${encodeURIComponent(
6767
`https://vuefes.jp/2024/namecard/${id}/share`,
6868
)}`"
69+
can-hover
6970
/>
7071
</li>
7172
<li>

apps/web/app/pages/sponsors/[id]/share.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ useHead({
6666
:href="`https://x.com/share?url=${encodeURIComponent(
6767
`https://vuefes.jp/2024/namecard/${id}/share`,
6868
)}`"
69+
can-hover
6970
/>
7071
</li>
7172
<li>

0 commit comments

Comments
 (0)