diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 9a1edcf8e..5d90983ec 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -43,8 +43,13 @@ const footerLinks = [
const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, "");
const isFrontPage = Astro.props.isFront;
-const showDrupalAssociationMessage = ['diagnostic', 'drupal-upgrade', 'dto', 'pricing']
- .includes(Astro.url.pathname.slice(1));
+const showDrupalAssociationMessage = [
+ "diagnostic",
+ "drupal-upgrade",
+ "dto",
+ "pricing",
+ "team-coaching",
+].includes(Astro.url.pathname.slice(1));
---
@@ -82,11 +87,11 @@ const showDrupalAssociationMessage = ['diagnostic', 'drupal-upgrade', 'dto', 'pr
Work with me and support Drupal. - 10% of any Drupal-related product or service is donated to the Drupal Association. + 5% from any Drupal-related product or service is donated to the Drupal Association.