diff --git a/app/views/layouts/_branding.html.erb b/app/views/layouts/_branding.html.erb index 9df9f31..f951d53 100644 --- a/app/views/layouts/_branding.html.erb +++ b/app/views/layouts/_branding.html.erb @@ -10,11 +10,10 @@ <% if user_signed_in? && !current_user.org.nil? %> <% if current_user.org.logo.present? %> - <%= link_to(image_tag(logo_url_for_org(current_user.org), + <%= image_tag(logo_url_for_org(current_user.org), alt: current_user.org.name, class: "org-logo", - title: current_user.org.name), - current_user.org.target_url) %> + title: current_user.org.name) %> <% else %>