Cleanup and file reorganization
This commit is contained in:
10
js/components/HeroHeadline.js
Normal file
10
js/components/HeroHeadline.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function({ children, alt }) {
|
||||
return (
|
||||
<div className="hero-headline">
|
||||
{children}
|
||||
<span className="hero-headline__alt"> {alt}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user