Skip to content

Commit bcc907c

Browse files
authored
Add March 2025 Release Banner
1 parent ba2dcad commit bcc907c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/Banner/index.tsx

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ const Banner = () => {
66
// The following is an example that can be used for future banner alert
77
// Comment Out The Above Line ( return null ; ) and uncomment the below
88

9-
// return (
10-
// <div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
11-
// <strong className='p-1'>21st January 2025:</strong>
12-
// We are creating the January 2025 PSU binaries for Eclipse Temurin 8u442, 11.0.26, 17.0.14, 21.0.6 and 23.0.2<br/>
13-
// You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/67">by platform</a>.
14-
// <button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
15-
// </div>
16-
// );
9+
return (
10+
<div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
11+
<strong className='p-1'>19th March 2025:</strong>
12+
We are creating the March 2025 PSU binaries for Eclipse Temurin 24+36<br/>
13+
You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/76">by platform</a>.
14+
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
15+
</div>
16+
);
1717
};
1818

1919
export default Banner;

0 commit comments

Comments
 (0)