Skip to content

Commit 0b18406

Browse files
committed
update main layout
1 parent 8961f44 commit 0b18406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ useHead({
2020
<main>
2121
<NavPageSectionContainer />
2222
<TopPageSection />
23-
<MessagePageSection />
24-
<SpeakerPageSection />
2523
<template v-if="showTimetable">
2624
<TimetablePageSection />
2725
</template>
26+
<SpeakerPageSection />
2827
<EventPageSection />
2928
<template v-if="canPurchase">
30-
<TicketPageSection />
3129
<AccessSection />
30+
<TicketPageSection />
3231
</template>
3332
<SponsorPageSection />
33+
<MessagePageSection />
3434
<FormPageSection />
3535
<TeamPageSection />
3636
<FooterPageSection />

0 commit comments

Comments
 (0)