From 028590a402a8ebc6e3012fe605b76e13831d6a1d Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 14 Mar 2023 13:13:58 -0700 Subject: [PATCH] Add link for mission, update link for team --- app/views/layouts/_nav.html.erb | 5 +++-- app/views/team/index.html.erb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index d9e8bf8..7001d97 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -24,11 +24,12 @@ diff --git a/app/views/team/index.html.erb b/app/views/team/index.html.erb index a0c81fe..1b31a21 100644 --- a/app/views/team/index.html.erb +++ b/app/views/team/index.html.erb @@ -1,5 +1,5 @@ -<%= render partial: "layouts/header", locals: {heading: "Team"} %> +<%= render partial: "layouts/header", locals: {heading: "Our Team"} %>