Skip to content

Commit 655cb31

Browse files
committed
add link
1 parent 7fff312 commit 655cb31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/components/footer/PrivacyPolicyAndCoc.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ const { locale } = useLocaleCurrent()
1212

1313
<template>
1414
<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>
1522
<TextButton
1623
:to="`${locale === 'ja' ? '/' : `/${locale}/`}privacy`"
1724
underline

0 commit comments

Comments
 (0)