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 7fff312 commit 655cb31Copy full SHA for 655cb31
app/components/footer/PrivacyPolicyAndCoc.vue
@@ -12,6 +12,13 @@ const { locale } = useLocaleCurrent()
12
13
<template>
14
<div class="doc-root">
15
+ <TextButton
16
+ :to="`${locale === 'ja' ? '/' : `/${locale}/`}events`"
17
+ underline
18
+ @click.stop="$emit('on-click')"
19
+ >
20
+ {{ $t('words.events') }}
21
+ </TextButton>
22
<TextButton
23
:to="`${locale === 'ja' ? '/' : `/${locale}/`}privacy`"
24
underline
0 commit comments