File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,19 @@ const getAnchorPath = computed(
27
27
</p >
28
28
</div >
29
29
<div class =" sns-link-wrapper" >
30
+ <!--
30
31
<h2 class="official-announcement">
31
32
{{ $t('top_page.latest_information') }}
32
33
</h2>
34
+ -->
33
35
<div class =" link-buttons" >
34
36
<VFLinkButton
35
37
class =" link-button"
36
38
background-color =" vue-green/200"
37
39
color =" white"
38
- :href =" getAnchorPath('#ticket ')"
40
+ :href =" getAnchorPath('#timetable ')"
39
41
target =" _top"
40
- >{{ $t('ticket .title') }}</VFLinkButton
42
+ >{{ $t('time-table .title') }}</VFLinkButton
41
43
>
42
44
<VFLinkButton
43
45
class =" link-button"
@@ -51,10 +53,10 @@ const getAnchorPath = computed(
51
53
class =" link-button"
52
54
background-color =" vue-green/200"
53
55
color =" white"
54
- :href =" getAnchorPath('#store ')"
56
+ :href =" getAnchorPath('#event ')"
55
57
target =" _top"
56
58
>
57
- {{ $t('store .title') }}
59
+ {{ $t('event .title') }}
58
60
</VFLinkButton >
59
61
</div >
60
62
</div >
Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ useHead({
44
44
45
45
<template >
46
46
<TopPageSection />
47
- <MessagePageSection />
48
- <TicketPageSection v-if =" config.public.enableRegisterTicket" />
47
+ <TimeTablePageSection v-if =" config.public.showTimetable" />
49
48
<SpeakerPageSection :data =" speakers" />
50
- <!--
51
- <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
52
- -->
53
49
<EventPageSection v-if =" config.public.showEvent" :data =" speakers" />
54
50
<StorePageSection v-if =" config.public.showStore" />
55
- <TimeTablePageSection v-if =" config.public.showTimetable" />
56
51
<AccessPageSection />
52
+ <TicketPageSection v-if =" config.public.enableRegisterTicket" />
57
53
<SponsorPageSection :data =" sponsors" />
58
54
<CooperationPartnerSection />
55
+ <MessagePageSection />
56
+ <!--
57
+ <VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
58
+ -->
59
59
<FormPageSection />
60
60
<TeamPageSection :data =" staffs" />
61
61
</template >
You can’t perform that action at this time.
0 commit comments