From ada89f646a55e8fe617822e27e1148f939aa7c1f Mon Sep 17 00:00:00 2001
From: Joshua Randall <josh@joshrandall.net>
Date: Tue, 18 Mar 2025 10:03:14 -0400
Subject: [PATCH] updated gitignore, added maintenance message

---
 .gitignore  | 2 ++
 src/App.tsx | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 978aadc..d002406 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,9 @@ dist-ssr
 
 # Engage data files
 data
+data.bkp
 media
+media.bkp
 
 # Environment File
 .env
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index 04957ce..b231479 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -259,6 +259,7 @@ assignUsername();
   return (
     <div className="app-container">
       <h1>Engage</h1>
+      <span style={{ color: "white", backgroundColor: "rgba(255,0,0,0.7)", borderRadius: "25px", padding: "10px" }}>Engage will go down for updates/maintenance today near 6PM EST.</span>
       <div className="video-player">
         <ReactPlayer
           id="video"
-- 
GitLab