diff --git a/app/views/shared/_navigation.html.erb b/app/views/shared/_navigation.html.erb
index f316d1951..17493fd39 100644
--- a/app/views/shared/_navigation.html.erb
+++ b/app/views/shared/_navigation.html.erb
@@ -9,7 +9,7 @@
-
+ <%= link_to(root_path, class: 'navbar-brand') do %>
<%
show_version = !Rails.env.production?
if ENV['NAVBAR_SHOW_VERSION'].present?
@@ -17,14 +17,14 @@
end
%>
<% if show_version %>
-
+ <%= image_tag('/images/logo.png', class: 'with-version', id: 'logo') %>
<%= Constants::APP_VERSION %>
<% else %>
-
+ <%= image_tag('/images/logo.png', id: 'logo') %>
<% end %>
-
+ <% end %>
<% if user_signed_in? %>