Created the Header.jsx
This commit is contained in:
parent
ef6dde7e94
commit
6861a67bf9
12
client/src/common/components/Header/Header.jsx
Normal file
12
client/src/common/components/Header/Header.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
import "./styles.sass";
|
||||
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
||||
import {faIndustry} from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
export const Header = () => {
|
||||
return (
|
||||
<header>
|
||||
<FontAwesomeIcon icon={faIndustry} />
|
||||
<h1>Der vollkommene Markt</h1>
|
||||
</header>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user