From d6c9aa305a3575e9d48196bb94c5e423487bc7fa Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Thu, 19 Mar 2020 12:38:04 -0400
Subject: [PATCH] commenting out our alert message

---
 .../asc_bootstrap/templates/system/includes/_header.twig      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/themes/asc_bootstrap/templates/system/includes/_header.twig b/web/themes/asc_bootstrap/templates/system/includes/_header.twig
index 930adeee6c..ed988d1031 100644
--- a/web/themes/asc_bootstrap/templates/system/includes/_header.twig
+++ b/web/themes/asc_bootstrap/templates/system/includes/_header.twig
@@ -23,9 +23,9 @@
         </div>
       </div>
     </div>
-    <div class="alert alert-warning text-center">
+    {# <div class="alert alert-warning text-center">
       Ohio State is <strong>suspending face-to-face classes</strong> and transitioning to virtual learning for the remainder of the semester. <a href="https://wexnermedical.osu.edu/features/coronavirus/staff-and-students" class="alert-link">Additional guidance on work arrangements, travel and events.</a>
-    </div>
+    </div> #}
 
     <div class="container">
       <div id="header-logos">
-- 
GitLab