From: Andrew Engelbrecht <andrew@fsf.org>
Date: Tue, 16 Mar 2021 22:13:02 +0000 (-0400)
Subject: removed "IRC" header on live page
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=04b6560ebbacd05ef795e00cd8d586395dc046ed;p=libreplanet-static.git

removed "IRC" header on live page

this reduces text between the video and the irc chat window, so both can
almost completely fit together on an x200 with the browser window
fullscreen.
---

diff --git a/2021/assets/js/stream.js b/2021/assets/js/stream.js
index 50bbe918..809c4632 100644
--- a/2021/assets/js/stream.js
+++ b/2021/assets/js/stream.js
@@ -354,7 +354,6 @@ app.view = function(ctrl) {
         m("strong", "#libreplanet")
       ])
     ]),
-    m("h2", "IRC")
   ];
 };