diff --git a/app/views/shared/_main_nav.html.erb b/app/views/shared/_main_nav.html.erb
index 3b1d5b9..d96a161 100644
--- a/app/views/shared/_main_nav.html.erb
+++ b/app/views/shared/_main_nav.html.erb
@@ -5,14 +5,14 @@
<%= link_to "Services", root_path,
class: @current_section == :dashboard ? "active" : nil %>
-
- <%= link_to "Donations", donations_path,
- class: @current_section == :contributions ? "active" : nil %>
-
<%= link_to "Invitations", invitations_path,
class: @current_section == :invitations ? "active" : nil %>
+
+ <%= link_to "Donations", donations_path,
+ class: @current_section == :contributions ? "active" : nil %>
+