From 068563520eae2da06ce8c08df4686869abf736a3 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Tue, 10 May 2022 16:16:48 -0400
Subject: [PATCH] commenting out cookie link

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

diff --git a/web/themes/asc_bootstrap/templates/system/includes/_footer.twig b/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
index 1680c724fe..213de944ab 100644
--- a/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
+++ b/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
@@ -43,9 +43,9 @@
         <li id="access-area">
           If you have a disability and experience difficulty accessing this site, please contact us for assistance via email at <a href="mailto:asc-accessibility@osu.edu" class="email-link" title="Email for accessibility assistance">asc-accessibility@osu.edu</a>.
         </li>
-        <li>
+        {# <li>
           <button id="ot-sdk-btn" class="ot-sdk-showsettings cookie-link">Cookie Settings</button>
-        </li>
+        </li> #}
         <li>
           <a href="https://go.osu.edu/privacy">
             Privacy Statement
-- 
GitLab