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 (
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta charSet="utf-8"/>
|
||||
<title>{ title }</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue