From 011b9e8a9eedffc557cc55e256fd66ab63e66fe5 Mon Sep 17 00:00:00 2001
From: James Arcus <jimbo@ucc.asn.au>
Date: Wed, 2 Oct 2024 17:59:38 +0800
Subject: [PATCH] Remove Unisfa closing notice

---
 pages/unisfa_door_closed.html  | 2 --
 pages/unisfa_door_open.html    | 2 --
 pages/unisfa_door_unavail.html | 2 --
 3 files changed, 6 deletions(-)

diff --git a/pages/unisfa_door_closed.html b/pages/unisfa_door_closed.html
index b4c39ac..28b29de 100644
--- a/pages/unisfa_door_closed.html
+++ b/pages/unisfa_door_closed.html
@@ -7,8 +7,6 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
-    <h2>Important notice</h2>
-    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door is currently closed.</p>
     <img
diff --git a/pages/unisfa_door_open.html b/pages/unisfa_door_open.html
index 584e0e1..0bb2161 100644
--- a/pages/unisfa_door_open.html
+++ b/pages/unisfa_door_open.html
@@ -7,8 +7,6 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
-    <h2>Important notice</h2>
-    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door is currently open!</p>
     <img
diff --git a/pages/unisfa_door_unavail.html b/pages/unisfa_door_unavail.html
index 65fc56c..a445da5 100644
--- a/pages/unisfa_door_unavail.html
+++ b/pages/unisfa_door_unavail.html
@@ -7,8 +7,6 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
-    <h2>Important notice</h2>
-    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door sensor is currently unavailable. Sorry :-(</p>
     <script src="/static/darkmode.js"></script>
-- 
GitLab