We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62b3e7 commit 06ea143Copy full SHA for 06ea143
src/pages/index.astro
@@ -31,7 +31,8 @@ const news = (await newsRequest).sort((a, b) => {
31
</div>
32
33
<section class="relative mx-auto max-w-screen-2xl px-4">
34
- <div id="twitch-wrapper">
+ {
35
+ /* <div id="twitch-wrapper">
36
<!-- Add a placeholder for the Twitch embed -->
37
<h2 class="my-6 mt-12 text-center text-xl font-black text-white/90 md:text-2xl">
38
Now Streaming EGCTV Stormgate Open Live on Twitch
@@ -52,7 +53,8 @@ const news = (await newsRequest).sort((a, b) => {
52
53
window.document.getElementById("twitch-wrapper").remove()
54
}
55
</script>
- </div>
56
+ </div> */
57
+ }
58
<main>
59
<div class="px-2 pb-6 pt-12">
60
<Image src={logoWhite} alt="Stormgate Logo" class="-ml-2 h-16 w-auto" />
0 commit comments