From 1d3969492d75c907627f93e54d34e6afb4dd55c3 Mon Sep 17 00:00:00 2001 From: jazairi Date: Fri, 31 Mar 2023 16:30:37 -0400 Subject: [PATCH] Remove Facebook and RSS links from footer Why these changes are being introduced: Communications have requested that we remove these links. Relevant ticket(s): https://mitlibraries.atlassian.net/browse/UXWS-1507 How this addresses that need: This removes the links from the footer layout. Side effects of this change: None. --- app/views/layouts/_libraries_footer.html.erb | 10 ---------- lib/mitlibraries/theme/version.rb | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/views/layouts/_libraries_footer.html.erb b/app/views/layouts/_libraries_footer.html.erb index f342a86..06c9c90 100644 --- a/app/views/layouts/_libraries_footer.html.erb +++ b/app/views/layouts/_libraries_footer.html.erb @@ -15,11 +15,6 @@ Twitter - - - Facebook - - Instagram @@ -29,11 +24,6 @@ YouTube - - - - RSS -
diff --git a/lib/mitlibraries/theme/version.rb b/lib/mitlibraries/theme/version.rb index 7c785dc..5665b5c 100644 --- a/lib/mitlibraries/theme/version.rb +++ b/lib/mitlibraries/theme/version.rb @@ -1,5 +1,5 @@ module Mitlibraries module Theme - VERSION = '1.0.0'.freeze + VERSION = '1.0.2'.freeze end end