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." } );