From 0854b09958e9df7ecc6bfbcabe097a75f7704c0e Mon Sep 17 00:00:00 2001 From: Davide Barranca Date: Thu, 11 Dec 2025 12:23:50 +0100 Subject: [PATCH] Make the Playground button appear site-wide --- .../gatsby-theme-aio/components/GlobalHeader/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/@adobe/gatsby-theme-aio/components/GlobalHeader/index.js b/src/@adobe/gatsby-theme-aio/components/GlobalHeader/index.js index ac8a17e7b..90c1c8996 100644 --- a/src/@adobe/gatsby-theme-aio/components/GlobalHeader/index.js +++ b/src/@adobe/gatsby-theme-aio/components/GlobalHeader/index.js @@ -1064,9 +1064,7 @@ const GlobalHeader = ({ } `} > - {(location.pathname.includes("/how_to/") || - location.pathname.includes("/code-playground") || - location.pathname.includes("/hello-world/")) && ( + { Code Playground - )} + }