Skip to content

Commit

Permalink
Hide banner about Eclipse Temurin 21 to be shortly released
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Oct 12, 2023
1 parent a5b5473 commit c9cba8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React from 'react';

const Banner = () => {
// return null;
return null;

// The following is an example that can be used for future code freezes
// 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'>9th October 2023:</strong>
Expand All @@ -18,6 +19,7 @@ const Banner = () => {
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
);
*/
};

export default Banner;

0 comments on commit c9cba8a

Please sign in to comment.