From 4628b7c3c9e82db495cb5cf11c4c61c676fde1f1 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Thu, 14 Nov 2024 17:50:50 -0500 Subject: [PATCH] Remove the "upcoming release" notice v17 will not be an upcoming release for self-hosted customers when we release it. Remove the notice warning users who switch to the v17 dropdown option that this is an upcoming release. --- layouts/DocsPage/DocsPage.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/layouts/DocsPage/DocsPage.tsx b/layouts/DocsPage/DocsPage.tsx index 3ced583faf..eaa5413138 100644 --- a/layouts/DocsPage/DocsPage.tsx +++ b/layouts/DocsPage/DocsPage.tsx @@ -113,13 +113,6 @@ const DocsPage = ({ version instead. )} - {isBetaVersion && ( - <> - This chapter covers an upcoming release: {current}. We - recommend the latest{" "} - version instead. - - )} )}