Skip to content

Commit 34741ea

Browse files
authored
Merge pull request #136 from uidotdev/fb-verification
Add fb-verification
2 parents 93fc450 + 37f68bf commit 34741ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/App.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ const Layout = ({ children }) => (
5757
name="google-site-verification"
5858
content="CJpclzkv90awODeXoBk1uJbZxcBpHYMZo7rp7qTiELg"
5959
/>
60+
<meta
61+
name="facebook-domain-verification"
62+
content="wxwu5397kn7qznw0cqfgmd03aeddta"
63+
/>
6064
</Helmet>
6165

6266
{children}

0 commit comments

Comments
 (0)