diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx
index 24c942600..59de0583e 100644
--- a/src/components/Banner/index.tsx
+++ b/src/components/Banner/index.tsx
@@ -1,25 +1,23 @@
import React from 'react';
const Banner = () => {
- return null;
+ // return null;
// The following is an example that can be used for future code freezes
// Comment Out The Above Line ( return null ; ) and uncomment the below
- // return (
- //
- // 18th of July 2023:
- // We are creating the July 2023 PSU binaries for Eclipse Temurin 8u382, 11.0.20, 17.0.8 and 20.0.2
- // You can track progress
- // by platforms.
- //
- //
- // );
+ return (
+
+ 25th of September 2023:
+ We are awaiting access to the new Java 21's specification tests
+ before formally releasing Temurin 21. In the meantime
+ early
+ access builds (untested and not for production use) can be downloaded
+ from here or
+ from our API.
+
+