fixed title
This commit is contained in:
parent
fec7d7cc91
commit
54de6cb6e3
|
@ -8,7 +8,7 @@ const url = 'https://logic-gate-simulator.herokuapp.com/'
|
||||||
const Head = () => {
|
const Head = () => {
|
||||||
return (
|
return (
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{title}r</title>
|
<title>{title}</title>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
Loading…
Reference in a new issue