Skip to content

Commit 558135c

Browse files
authored
Merge pull request #136 from uidotdev/fb-verification
Add fb-verification
2 parents d599adf + 08b7254 commit 558135c

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)