Skip to content

Commit

Permalink
removing live webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Aug 12, 2024
1 parent 2acbcef commit 696d1ea
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import SpeakersLight from '../../../_components/speakers/SpeakersLight.svelte';
import Attendees from '../../../_components/Attendees.svelte';
import Live from '../../_components/Live.svelte';
// import Live from '../../_components/Live.svelte';
import Hero from '../../_components/Hero.svelte';
import EventTickets from '../../_components/EventTickets.svelte';
import FAQ from '../../_components/FAQ.svelte';
Expand Down Expand Up @@ -56,10 +56,9 @@
<Hero {event} />
</section>

<section class="my-48">
<!-- todo: once scheduled -->
<!-- <section class="my-48">
<Live />
</section>
</section> -->

<section class="my-48">
<Keynoters {keynoters} />
Expand Down

0 comments on commit 696d1ea

Please sign in to comment.