Change charset
to charSet
in <meta>
tag
This commit is contained in:
parent
d32031bdae
commit
3ec9c85e62
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export default function({ title, children }) {
|
||||||
return (
|
return (
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charSet="utf-8"/>
|
||||||
<title>{ title }</title>
|
<title>{ title }</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue