Created
March 29, 2017 03:47
-
-
Save gyver98/d1d4eb07a86f61a46b09ff83982c6cf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import './Header.css'; | |
import logoUrl from '../../assets/logo.svg'; | |
const Header = () => ( | |
<div className="header header-animation"> | |
<img src={logoUrl} alt="Tesla" /> | |
</div> | |
) | |
export default Header; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment