From 2630788d9e8dbd4532d67a296e13931b11e26147 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:37:04 -0400 Subject: [PATCH] Update website/src/theme/DocRoot/Layout/Main/index.js --- website/src/theme/DocRoot/Layout/Main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/theme/DocRoot/Layout/Main/index.js b/website/src/theme/DocRoot/Layout/Main/index.js index efb3e038ba8..29e7efdc253 100644 --- a/website/src/theme/DocRoot/Layout/Main/index.js +++ b/website/src/theme/DocRoot/Layout/Main/index.js @@ -71,7 +71,7 @@ export default function DocRootLayoutMain({ } else { setPreData({ showisPrereleaseBanner: true, - isPrereleaseBannerText: `You are viewing the docs for a prerelease version of dbt Core. There may features described that are still in development, incomplete, or unstable.`, + isPrereleaseBannerText: `You are viewing the docs for a prerelease version of dbt Core. There may be features described that are still in development, incomplete, or unstable.`, }); } // If EOLDate not set for version, do not show banner