From af7c6541f12ff6f244a686116ede817dec113539 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 23 Dec 2023 17:52:57 +0000 Subject: [PATCH] Update banner text to team coaching --- src/layouts/Layout.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7b8cb647d..8bdc63ae3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -89,10 +89,14 @@ const showDrupalAssociationMessage = [ Register now for my Drupal automated testing workshop →"} /> )} - {true && ( + {false && ( Drupal upgrade roadmap and upgrade to Drupal 10."} /> )} + {true && ( + team coaching starting in January 2024."} /> + )} +