diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index b8b82f2..6febcd6 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -1,7 +1,7 @@ <% if user_masquerade? %>
You're logged in as <%= current_user.name %> (<%= current_user.email %>) - <%= link_to back_masquerade_path(current_user) do %><%= icon("times") %> Logout <% end %> + <%= link_to back_masquerade_path(current_user) do %><%= icon("fas", "times") %> Logout <% end %>
<% end %>