Skip to content

Commit 9d6ac19

Browse files
committed
fix: lint
1 parent f1f3c33 commit 9d6ac19

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

apps/web/app/components/GlobalHeader.vue

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,22 @@ const toggleMenu = () => {
3232
<template>
3333
<VFSpHeader v-if="width <= 1080">
3434
<div class="navigation-mobile">
35-
<NuxtLink v-if="config.public.enableSwitchLocale" :to="switchLocalePath(locale === 'ja' ? 'en' : 'ja')"
35+
<NuxtLink
36+
v-if="config.public.enableSwitchLocale"
37+
:to="switchLocalePath(locale === 'ja' ? 'en' : 'ja')"
3638
class="locale-switch-wrapper">
3739
<VFLocaleSwitch :locale />
3840
</NuxtLink>
3941

40-
<a href="" class="navigation-mobile-toggle" name="Menu" :class="{ 'isOpened': showMenu }"
41-
@click.prevent="toggleMenu"><span /><span /><span /></a>
42+
<a
43+
href=""
44+
class="navigation-mobile-toggle"
45+
name="Menu"
46+
:class="{ 'isOpened': showMenu }"
47+
@click.prevent="toggleMenu"
48+
>
49+
<span /><span /><span />
50+
</a>
4251
<!-- <VFIcon name="Menu" color="vue-blue" can-hover @click="toggleMenu" /> -->
4352
</div>
4453
<!-- hamburger-menu -->
@@ -63,8 +72,11 @@ const toggleMenu = () => {
6372
<VFTypography variant="heading/200" color="vue-blue">{{ link.text }}</VFTypography>
6473
</nuxt-link>
6574
</div>
66-
<NuxtLink v-if="config.public.enableSwitchLocale" :to="switchLocalePath(locale === 'ja' ? 'en' : 'ja')"
67-
class="locale-switch-wrapper">
75+
<NuxtLink
76+
v-if="config.public.enableSwitchLocale"
77+
:to="switchLocalePath(locale === 'ja' ? 'en' : 'ja')"
78+
class="locale-switch-wrapper"
79+
>
6880
<VFLocaleSwitch :locale />
6981
</NuxtLink>
7082
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Vue Fes Japan 2024のチケットをご購入後、必要な情報をご登録いただくと、当日会場にてご自身のアバター+名前入りのネームカードがもらえます!(要ソーシャルログイン)
1+
Vue Fes Japan 2024 のチケットをご購入後、必要な情報をご登録いただくと、当日会場にてご自身のアバター+名前入りのネームカードがもらえます!(要ソーシャルログイン)
22

33
※ネームカード作成は必須ではありません。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
④ 開催前はネームカードをSNSやブログなどにシェアして、当日は印刷されたネームカードをお楽しみください!
1+
④ 開催前はネームカードを SNS やブログなどにシェアして、当日は印刷されたネームカードをお楽しみください!

apps/web/app/content/ja/namecard_process_alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
・当日印刷されたネームカードをお受け取りいただくには、ステータスが「完成」になっている必要があります。
44

5-
・注文番号の照合は自動で行われ、入力後最大12時間ほどで完了します
5+
・注文番号の照合は自動で行われ、入力後最大 12 時間ほどで完了します
66

77
・最新のステータスを表示するには画面の再読み込みが必要です。
88

apps/web/app/content/ja/store_preorder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ STORES で事前にご注文いただくと、当日 Vue Fes Japan 2024 の会
55
<br>
66
事前注文受付期間:~ 2024 年 10 月 1 日(日)
77

8-
受取日時:2023 年 10 月 19 日(土)9:30〜18:00
8+
受取日時:2024 年 10 月 19 日(土)9:30〜18:00
99

1010
受取場所:Vue Fes Japan 2024 会場内 Vue Fes Store ブース
1111

0 commit comments

Comments
 (0)