Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df9e496

Browse files
committed
Remove unneeded Google site verification tag
1 parent 068be97 commit df9e496

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/html.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ module.exports = class HTML extends React.Component {
2929
name="viewport"
3030
content="width=device-width, initial-scale=1, shrink-to-fit=no"
3131
/>
32-
<meta
33-
name="google-site-verification"
34-
content="uzJQKtSCCY7qlSshmk0QWM29o5kGQ_gMGvY3E3QP6oE"
35-
/>
3632
{this.props.headComponents}
3733
{css}
3834
</head>

0 commit comments

Comments
 (0)