diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx index 350ad8c58..f68629760 100644 --- a/src/components/Banner/index.tsx +++ b/src/components/Banner/index.tsx @@ -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 (
9th October 2023: @@ -18,6 +19,7 @@ const Banner = () => {
); + */ }; export default Banner;