From a6cde5fe9aaae4f9996c3ee1a60b9a098d93178e Mon Sep 17 00:00:00 2001 From: Daniel Bogre Udell Date: Wed, 23 Dec 2020 12:45:07 -0500 Subject: [PATCH 1/2] removed donate banner --- template-contributors.php | 2 +- template-team.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template-contributors.php b/template-contributors.php index ae5a534..94869fc 100644 --- a/template-contributors.php +++ b/template-contributors.php @@ -53,6 +53,6 @@ $donate_banner_form_embed = get_field('donate_banner_form_embed'); // load donate CTA -include( locate_template('components/donate-banner.php') ); +//include( locate_template('components/donate-banner.php') ); get_footer(); ?> \ No newline at end of file diff --git a/template-team.php b/template-team.php index 37a148b..0974617 100644 --- a/template-team.php +++ b/template-team.php @@ -72,6 +72,6 @@ $donate_banner_form_embed = get_field('donate_banner_form_embed'); // load donate CTA -include( locate_template('components/donate-banner.php') ); +//include( locate_template('components/donate-banner.php') ); get_footer(); ?> \ No newline at end of file From 88900c1d17de1b0ba80ab78107676e4a52e129e9 Mon Sep 17 00:00:00 2001 From: Daniel Bogre Udell Date: Wed, 23 Dec 2020 12:45:31 -0500 Subject: [PATCH 2/2] udpated team nav --- components/team-nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/team-nav.php b/components/team-nav.php index 6c23599..113b0e3 100644 --- a/components/team-nav.php +++ b/components/team-nav.php @@ -1,6 +1,6 @@