Update +page.svelte

Hide the guides until the issue of updating them is resolved (https://github.com/iptv-org/epg/issues/2017)
This commit is contained in:
Arhey 2023-04-03 22:45:56 +03:00
parent 586d3a4cde
commit 28ec2aaead

View file

@ -72,7 +72,8 @@
</div>
</div>
</div>
{/if} {#if guides.length}
{/if}
<!-- {#if guides.length}
<div class="border rounded-md border-gray-200 dark:border-gray-700 dark:bg-gray-800 bg-white">
<div
class="flex justify-between items-center py-4 pl-5 pr-4 rounded-t border-b dark:border-gray-700"
@ -89,6 +90,6 @@
</div>
</div>
</div>
{/if}
{/if} -->
</section>
</main>