Skip to content

Commit

Permalink
Add status link
Browse files Browse the repository at this point in the history
  • Loading branch information
tellison authored Oct 9, 2023
1 parent 29e0824 commit 0048cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const Banner = () => {
<div className="alert text-white alert-dismissible fade show mb-0 text-center" style={{ backgroundColor: '#ff1464' }} role="alert">
<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/>
and expect to
<a href="https://github.com/adoptium/temurin/issues/8">formally release Eclipse Temurin 21 shortly</a>.
<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>
Expand Down

0 comments on commit 0048cde

Please sign in to comment.