From c1c427482298ceaadbf327724197631319b4ae19 Mon Sep 17 00:00:00 2001 From: Shelley Lambert Date: Mon, 15 Jul 2024 12:59:30 -0400 Subject: [PATCH] July banner Signed-off-by: Shelley Lambert --- src/components/Banner/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx index 97de85c38..552b9f110 100644 --- a/src/components/Banner/index.tsx +++ b/src/components/Banner/index.tsx @@ -1,19 +1,19 @@ import React from 'react'; const Banner = () => { - return null; + // return null; // 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 ( - //
- // Case Study: Building the World's Most Secure OpenJDK Distribution
- // Find out how the Eclipse Foundation and Adoptium Working Group are pioneering software supply chain security with Eclipse Temurin: - // Download now - // - //
- // ); + return ( +
+ 16th July 2024: + We are creating the July 2024 PSU binaries for Eclipse Temurin 8u422, 11.0.24, 17.0.12, 21.0.4 and 22.0.2
+ You can track progress by platform. + +
+ ); }; export default Banner;