diff --git a/app/assets/stylesheets/partials/_footer.scss b/app/assets/stylesheets/partials/_footer.scss index ff3ca9eb..33a9d865 100644 --- a/app/assets/stylesheets/partials/_footer.scss +++ b/app/assets/stylesheets/partials/_footer.scss @@ -30,10 +30,6 @@ ul strong { width: 90%; } -.imls-logo-large{ - width: 25%; -} - .license { text-align: right; } diff --git a/app/views/shared/_logo_footer.html.erb b/app/views/shared/_logo_footer.html.erb index ce9709a0..2c3633a4 100644 --- a/app/views/shared/_logo_footer.html.erb +++ b/app/views/shared/_logo_footer.html.erb @@ -20,10 +20,6 @@ <%= link_to "http://tscpl.org/", target: "_blank" do %> <%= image_tag "tscpl_logo_white", class: "medium-logo link-tscpl" %> <% end %> - <% when 'www' %> - <%= link_to "http://digitallearn.org/", target: "_blank" do %> - <%= image_tag "imls_logo_white", class: "imls-logo-large" %> - <% end %> <% else %>   <% end %>