diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb
index a9228d1a..faeae020 100644
--- a/app/views/layouts/_navbar.html.erb
+++ b/app/views/layouts/_navbar.html.erb
@@ -1,3 +1,31 @@
+
+ -
+ <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLSe0jnqJlcPJDqwogGere5j8-8F1nSGGYkzbsI-XkOeMnGwLrA/viewform', target: '_new' do %>
+ feedback
+ Report a problem
+ <% end %>
+
+ -
+ <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLScOhSMdDqWqJu9HGPQdmd0R9s90_AcSo0g6_Nc1qNjQIbSaXA/viewform', target: '_new' do %>
+ feedback
+ Request a feature
+ <% end %>
+
+ -
+ <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLScZWEVMgm8hBWIIVj1LPzo0GqflmWUrLQlc4TAYqsaS087oAA/viewform', target: '_new' do %>
+ feedback
+ Leave feedback
+ <% end %>
+
+
+ -
+ <%= link_to privacy_policy_path do %>
+ verified_user
+ Privacy policy
+ <% end %>
+
+
+
<% if current_user %>
-
@@ -25,24 +53,6 @@
<% end %>
- -
- <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLSe0jnqJlcPJDqwogGere5j8-8F1nSGGYkzbsI-XkOeMnGwLrA/viewform', target: '_new' do %>
- feedback
- Report a problem
- <% end %>
-
- -
- <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLScOhSMdDqWqJu9HGPQdmd0R9s90_AcSo0g6_Nc1qNjQIbSaXA/viewform', target: '_new' do %>
- feedback
- Request a feature
- <% end %>
-
- -
- <%= link_to 'https://docs.google.com/forms/d/e/1FAIpQLScZWEVMgm8hBWIIVj1LPzo0GqflmWUrLQlc4TAYqsaS087oAA/viewform', target: '_new' do %>
- feedback
- Leave feedback
- <% end %>
-
-
<%= link_to notebook_export_path do %>
@@ -50,13 +60,6 @@
Notebook downloads
<% end %>
- -
- <%= link_to privacy_policy_path do %>
- verified_user
- Privacy policy
- <% end %>
-
-
-
<%= link_to destroy_user_session_path do %>
power_settings_new
@@ -83,6 +86,11 @@