diff --git a/app/components/top_navbar_component.html.erb b/app/components/top_navbar_component.html.erb
index 39dcdd43b..23f6b20e2 100644
--- a/app/components/top_navbar_component.html.erb
+++ b/app/components/top_navbar_component.html.erb
@@ -22,9 +22,7 @@
-
@@ -88,10 +46,10 @@
<%= link_to 'Argo', root_path, class: 'nav-link' %>
-
+
+
+
+ <%= link_to 'Feedback', 'mailto:argo-feedback@lists.stanford.edu', class: 'nav-link' %>
+
+ <% if current_user %>
+
+ Logged in as <%= current_user.to_s.html_safe %>
+
+ <% end %>