Skip to content

Commit

Permalink
update banner for April 2024 PSU releases (adoptium#2789)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Apr 17, 2024
1 parent ca5d9d5 commit f88c0f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
// <div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
// <strong className='p-1'>20th March 2024:</strong>
// We are creating the March 2024 PSU binaries for Eclipse Temurin 22.0.0<br/>
// You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/35">by platform</a>.
// <button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
// </div>
// );
return (
<div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
<strong className='p-1'>16th April 2024:</strong>
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<br/>
You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/38">by platform</a>.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
);

};

Expand Down

0 comments on commit f88c0f6

Please sign in to comment.