diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx index 50604fe88..a4f270846 100644 --- a/src/components/Banner/index.tsx +++ b/src/components/Banner/index.tsx @@ -6,14 +6,14 @@ const Banner = () => { // The following is an example that can be used for future banner alert // Comment Out The Above Line ( return null ; ) and uncomment the below - // return ( - //
- // 20th March 2024: - // We are creating the March 2024 PSU binaries for Eclipse Temurin 22.0.0
- // You can track progress by platform. - // - //
- // ); + return ( +
+ 16th April 2024: + We are creating the April 2024 PSU binaries for Eclipse Temurin 8u412, 11.0.23, 17.0.11, 21.0.3 and 22.0.1
+ You can track progress by platform. + +
+ ); };