Skip to content

Instantly share code, notes, and snippets.

@gwmccubbin
Created May 12, 2022 13:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gwmccubbin/75ba1d838dcd1d04dd9f806c986df341 to your computer and use it in GitHub Desktop.
Save gwmccubbin/75ba1d838dcd1d04dd9f806c986df341 to your computer and use it in GitHub Desktop.
const Banner = ({ text }) => {
return (
<div className='banner'>
<h1>{text}</h1>
</div>
);
}
export default Banner;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment