diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index a140fca4c..8172d13ab 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -878,11 +878,6 @@ footer { h1 { margin-top: $line-height; - img { - height: rem-calc(80); - width: rem-calc(80); - } - a { color: #fff; display: block; diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb index 25f36ba0b..71dfa547f 100644 --- a/app/views/layouts/devise.html.erb +++ b/app/views/layouts/devise.html.erb @@ -11,7 +11,6 @@

<%= link_to root_path do %> <%= image_tag(image_path_for('logo_header.png'), class: 'float-left', alt: t("layouts.header.logo")) %> - <%= setting['org_name'] %> <% end %>