Skip to content

Commit 06ea143

Browse files
Hide EGCTV stream
1 parent e62b3e7 commit 06ea143

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/index.astro

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const news = (await newsRequest).sort((a, b) => {
3131
</div>
3232

3333
<section class="relative mx-auto max-w-screen-2xl px-4">
34-
<div id="twitch-wrapper">
34+
{
35+
/* <div id="twitch-wrapper">
3536
<!-- Add a placeholder for the Twitch embed -->
3637
<h2 class="my-6 mt-12 text-center text-xl font-black text-white/90 md:text-2xl">
3738
Now Streaming EGCTV Stormgate Open Live on Twitch
@@ -52,7 +53,8 @@ const news = (await newsRequest).sort((a, b) => {
5253
window.document.getElementById("twitch-wrapper").remove()
5354
}
5455
</script>
55-
</div>
56+
</div> */
57+
}
5658
<main>
5759
<div class="px-2 pb-6 pt-12">
5860
<Image src={logoWhite} alt="Stormgate Logo" class="-ml-2 h-16 w-auto" />

0 commit comments

Comments
 (0)