Skip to content

Commit

Permalink
Update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tellison authored Oct 9, 2023
1 parent fdc8c35 commit 2e8f138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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'>28th of September 2023:</strong>
We are awaiting access to the new Java 21's specification tests
before formally releasing Eclipse Temurin 21.<br/>
For further information including how to use our early access builds, please
read <a href="/blog/2023/09/temurin21-delay">our blog</a>.
<strong className='p-1'>9th of October 2023:</strong>
We have received the new Java 21 specification tests
and expect to formally release Eclipse Temurin 21 shortly.<br/>
For further information, please read the update in
<a href="/blog/2023/09/temurin21-delay">our blog</a>.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
);
Expand Down

0 comments on commit 2e8f138

Please sign in to comment.