Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Avoid word run-on
  • Loading branch information
tellison authored Oct 9, 2023
1 parent 6b7f215 commit 29e0824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const Banner = () => {
<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>.
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 29e0824

Please sign in to comment.