Skip to content

Commit

Permalink
Put correct jdk8u PSU version in the banner (#2342)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Oct 17, 2023
1 parent acb40b5 commit 5b9f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Banner = () => {
return (
<div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
<strong className='p-1'>13th October 2023:</strong>
We are creating the October 2023 PSU binaries for Eclipse Temurin 8u391, 11.0.21 and 17.0.9 and 21.0.1<br/>
We are creating the October 2023 PSU binaries for Eclipse Temurin 8u392, 11.0.21 and 17.0.9 and 21.0.1<br/>
You can track progress <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/6">by platform</a>
or <a className='alert-link p-1 text-white' href="https://github.com/adoptium/temurin/issues/5">by detailed release checklist</a>.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
Expand Down

0 comments on commit 5b9f579

Please sign in to comment.