We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8961f44 commit 0b18406Copy full SHA for 0b18406
app/pages/index.vue
@@ -20,17 +20,17 @@ useHead({
20
<main>
21
<NavPageSectionContainer />
22
<TopPageSection />
23
- <MessagePageSection />
24
- <SpeakerPageSection />
25
<template v-if="showTimetable">
26
<TimetablePageSection />
27
</template>
+ <SpeakerPageSection />
28
<EventPageSection />
29
<template v-if="canPurchase">
30
- <TicketPageSection />
31
<AccessSection />
+ <TicketPageSection />
32
33
<SponsorPageSection />
+ <MessagePageSection />
34
<FormPageSection />
35
<TeamPageSection />
36
<FooterPageSection />
0 commit comments