From e2b005785a26da73fe031dd2a07ed9da2dbc1684 Mon Sep 17 00:00:00 2001 From: haram082 Date: Wed, 20 Nov 2024 18:30:52 -0800 Subject: [PATCH] fix title and rideshare --- app/views/components/_application_header.html.erb | 6 ++---- app/views/static/sdg.html.erb | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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 @@
-

2022-23

+

2024-25

@@ -93,9 +93,7 @@ - + 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 %>