Skip to content

Commit 11ae626

Browse files
author
Bjorn S.
committed
chore(2025): turns off a couple more sections
1 parent 982c674 commit 11ae626

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/routes/+page.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<HeaderSection />
3131
<InfoSection />
32-
<SpeakerScheduleSection />
33-
<Spacer /><!--<WorkshopScheduleSection />-->
34-
<SpeakerSection />
32+
<!-- <SpeakerScheduleSection /> -->
33+
<!-- <Spacer /><WorkshopScheduleSection /> -->
34+
<!-- <SpeakerSection /> -->
3535
<PastEventsSection />
3636
<PracticalInformationSection />

src/routes/HeaderSection.svelte

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
rel="noreferrer"
2020
href="https://www.eventbrite.nl/e/frontend-festival-tickets-927209848617"
2121
> -->
22-
<TagBlock class="text-lg" backgroundColor="honey-flower">
23-
tickets.getYours<span class="font-bold">Now</span>();
24-
</TagBlock>
22+
<TagBlock class="text-lg" backgroundColor="honey-flower">
23+
<!-- tickets.getYours<span class="font-bold">Now</span>(); -->
24+
Tickets coming soon!
25+
</TagBlock>
2526
<!-- </a> -->
2627
<div class="mt-10 inline">
2728
<TagBlock class="text-lg" backgroundColor="soprasteria">

0 commit comments

Comments
 (0)