Created the PageTitle.jsx
This commit is contained in:
parent
a5500f3e77
commit
b4e115786a
10
webui/src/common/components/PageTitle/PageTitle.jsx
Normal file
10
webui/src/common/components/PageTitle/PageTitle.jsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
||||||
|
import {faBookAtlas} from "@fortawesome/free-solid-svg-icons";
|
||||||
|
import "./styles.sass";
|
||||||
|
|
||||||
|
export const PageTitle = () => (
|
||||||
|
<div className="page-title">
|
||||||
|
<FontAwesomeIcon icon={faBookAtlas} />
|
||||||
|
<h1>CountryGuessr</h1>
|
||||||
|
</div>
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user