From c00d17de618e97886fc10906380e7f791cfc3e70 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Oct 2023 12:17:48 +0100 Subject: [PATCH] feat: add Drupal upgrade roadmap banner --- src/components/Banner.astro | 8 ++++++-- src/layouts/Layout.astro | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/Banner.astro b/src/components/Banner.astro index da582248..5ae2641a 100644 --- a/src/components/Banner.astro +++ b/src/components/Banner.astro @@ -6,6 +6,10 @@ interface Props { const { text } = Astro.props as Props; --- -
-

+

+
+
+

+

+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f0b7569c..1737b038 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -71,6 +71,10 @@ const isFrontPage = Astro.props.isFront; Register now for my Drupal automated testing workshop →"} /> )} + {true && ( + Drupal upgrade roadmap."} /> + )} +