We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0c987 commit 6c49480Copy full SHA for 6c49480
1 file changed
app/components/Header/AuthModal.client.vue
@@ -78,7 +78,7 @@ watch(user, async newUser => {
78
<div class="flex flex-col space-y-4">
79
<NuxtLink
80
:to="{ name: 'profile-handle', params: { handle: user.handle } }"
81
- :prefetch-on="prefetch ? 'visibility' : 'interaction'"
+ prefetch-on="interaction"
82
>
83
<button
84
class="w-full px-4 py-2 font-mono text-sm text-fg-muted bg-bg-subtle border border-border rounded-md transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
0 commit comments