|
|
@ -19,12 +19,10 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- TODO: this needs to be automatically flipped off when there are no upcoming events-->
|
|
|
|
<!-- TODO: this needs to be automatically flipped off when there are no upcoming events-->
|
|
|
|
<!------
|
|
|
|
|
|
|
|
<div class="px-1 bg-zinc-100 rounded-lg text-center">
|
|
|
|
<div class="px-1 bg-zinc-100 rounded-lg text-center">
|
|
|
|
<div class="text-sm">upcoming events</div>
|
|
|
|
<div class="text-sm">upcoming events</div>
|
|
|
|
<EventSlider :upcoming_events="upcoming_events" class="max-w-[95%] min-h-[80%]"></EventSlider>
|
|
|
|
<EventSlider :upcoming_events="upcoming_events" class="max-w-[95%] min-h-[80%]"></EventSlider>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
--->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<slot /> <!-- required here only -->
|
|
|
|
<slot /> <!-- required here only -->
|
|
|
|