Skip to content

Commit 8dabb55

Browse files
committed
update layout
1 parent 020336d commit 8dabb55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/web/app/pages/index.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ useHead({
4444

4545
<template>
4646
<TopPageSection />
47-
<MessagePageSection />
48-
<TicketPageSection v-if="config.public.enableRegisterTicket" />
47+
<TimeTablePageSection v-if="config.public.showTimetable" />
4948
<SpeakerPageSection :data="speakers" />
50-
<!--
51-
<VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
52-
-->
5349
<EventPageSection v-if="config.public.showEvent" :data="speakers" />
5450
<StorePageSection v-if="config.public.showStore" />
55-
<TimeTablePageSection v-if="config.public.showTimetable" />
5651
<AccessPageSection />
52+
<TicketPageSection v-if="config.public.enableRegisterTicket" />
5753
<SponsorPageSection :data="sponsors" />
5854
<CooperationPartnerSection />
55+
<MessagePageSection />
56+
<!--
57+
<VolunteerPageSection v-if="!config.public.enableRegisterTicket && locale === 'ja'" />
58+
-->
5959
<FormPageSection />
6060
<TeamPageSection :data="staffs" />
6161
</template>

0 commit comments

Comments
 (0)