Skip to content

Instantly share code, notes, and snippets.

@karenying
Last active November 22, 2020 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenying/e89e39055f8a261b26e866875b32825a to your computer and use it in GitHub Desktop.
Save karenying/e89e39055f8a261b26e866875b32825a to your computer and use it in GitHub Desktop.
const Header = () => {
return (
<div className='header'>
<HeaderLink page='home' />
<HeaderLink page='about' />
<HeaderLink page='contact' />
</div>
);
};
export default Header;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment