From 1cd12f47f6bdf5c40829fd14f976f72b9035ed36 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Wed, 12 Feb 2025 08:50:45 -0800 Subject: [PATCH] Updating the message content which had leftover testing material. Signed-off-by: Sunil Singh --- src/theme/DocVersionBanner/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/DocVersionBanner/index.js b/src/theme/DocVersionBanner/index.js index 2a2f43ff795..2478dd8a70e 100644 --- a/src/theme/DocVersionBanner/index.js +++ b/src/theme/DocVersionBanner/index.js @@ -53,7 +53,7 @@ function UnmaintainedVersionLabel({siteTitle, versionMetadata}) { versionLabel: {versionMetadata.label}, }}> { - "HELLO THERE This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained." + "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained." } );