diff --git a/app/views/contributions/projects/index.html.erb b/app/views/contributions/projects/index.html.erb
index 11ed210..46ae6c0 100644
--- a/app/views/contributions/projects/index.html.erb
+++ b/app/views/contributions/projects/index.html.erb
@@ -1,6 +1,9 @@
-<%= render HeaderComponent.new(title: "Contributions") %>
+<%= render HeaderWithTabsComponent.new(
+ # title: "Contributions",
+ tabnav_partial: "shared/tabnav_contributions"
+) %>
-<%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
+<%= render MainSimpleComponent.new do %>
Project contributions are how we develop and run all Kosmos software and
diff --git a/app/views/shared/_tabnav_contributions.html.erb b/app/views/shared/_tabnav_contributions.html.erb
index 96db0db..c363e64 100644
--- a/app/views/shared/_tabnav_contributions.html.erb
+++ b/app/views/shared/_tabnav_contributions.html.erb
@@ -1,12 +1,8 @@
-