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