diff --git a/app/views/components/_application_header.html.erb b/app/views/components/_application_header.html.erb
index 48ec726..a3c26ac 100644
--- a/app/views/components/_application_header.html.erb
+++ b/app/views/components/_application_header.html.erb
@@ -71,7 +71,7 @@
-
+
<%= link_to "Funding Request", static_path(page_name: "funding-request"), :class => "navbar-item" %>
@@ -93,9 +93,7 @@
<%= link_to "ASPC Resource Guide", "https://docs.google.com/document/d/1usryOaKsIwZ6kABFcaYK5ub0TJSku4WBuoKj70OpNw4/edit?usp=sharing", :class => "navbar-item" %>
-
+
<%= link_to "Wellness Resource Guide", "https://my.pomona.edu/ICSFileServer/Wellness_Resource_Guide.pdf", :class => "navbar-item" %>
diff --git a/app/views/static/sdg.html.erb b/app/views/static/sdg.html.erb
index a801dc8..c1038e9 100644
--- a/app/views/static/sdg.html.erb
+++ b/app/views/static/sdg.html.erb
@@ -1,5 +1,5 @@
<% content_for :header do %>
- <%= render 'components/page_header', :title => "Software Development Group", :subtitle => "2022-2023"%>
+ <%= render 'components/page_header', :title => "Software Development Group", :subtitle => "2024-2025"%>
<% end %>