flipping on upcoming - need to make that automatic
This commit is contained in:
parent
d0eb84d412
commit
2ccdfb0047
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue