From 1406ff646216d0481711883bbffb86b083375692 Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Fri, 13 Oct 2023 14:09:29 -0400 Subject: [PATCH] October CPU banner (#2335) --- src/components/Banner/index.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx index f68629760..c0dcbd6f3 100644 --- a/src/components/Banner/index.tsx +++ b/src/components/Banner/index.tsx @@ -1,25 +1,21 @@ 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 (
- 9th October 2023: - We have received the new Java 21 specification tests - and expect to - formally release Eclipse Temurin 21 shortly. -
- For further information, please read the update - in our blog. + 13th October 2023: + We are creating the October 2023 PSU binaries for Eclipse Temurin 8u391, 11.0.21 and 17.0.9 and 21.0.1
+ You can track progress by platform + or by detailed release checklist.
); - */ + }; export default Banner;