mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Correct logo url (#11090)
This commit is contained in:
committed by
Dan Abramov
parent
e0b802fc4e
commit
81b368cf97
@@ -23,7 +23,7 @@
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
<meta property="og:type" content="{{ type }}">
|
||||
<meta property="og:url" content="https://reactjs.org/{{ page.url }}">
|
||||
<meta property="og:image" content="https://reactjs.org/img/logo_og.png">
|
||||
<meta property="og:image" content="https://reactjs.org/logo-og.png">
|
||||
<meta property="og:description" content="{{ description }}">
|
||||
<meta property="fb:app_id" content="623268441017527">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user