Change charset to charSet in <meta> tag

This commit is contained in:
Foster Hangdaan 2023-07-23 20:20:39 -04:00
parent d32031bdae
commit 3ec9c85e62
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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>