diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index f4ba67b..c4825a7 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -22,10 +22,10 @@ <%= link_to(t(".new_ssl_check"), new_check_path(kind: :ssl), class: "nav-link") %> <% end %> @@ -55,7 +55,7 @@ <%= link_to t(".sign_in"), new_user_session_path, class: "navbar-item navbar-link" %> <%= link_to t(".sign_up"), new_user_registration_path, class: "navbar-item navbar-link" %> - <%= link_to t(".GitHub"), "https://github.com/Evolix/chexpire", class: "navbar-item navbar-link" %> + <%= link_to "GitHub", "https://github.com/Evolix/chexpire", class: "navbar-item navbar-link" %> <% end %>