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 b307347 commit 7976eb3Copy full SHA for 7976eb3
1 file changed
app/components/AppFooter.vue
@@ -130,7 +130,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
130
v-if="link.type === 'button'"
131
type="button"
132
class="cursor-pointer text-start font-mono text-fg-subtle text-sm lowercase hover:text-accent transition-colors duration-200"
133
- @click="showModal()"
+ @click.prevent="showModal"
134
>
135
{{ $t(link.name) }}
136
</button>
0 commit comments