File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/docs/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ export const Head = ({title, description}) =>{
14
14
< meta name = "twitter:site" content = "@React-ui" />
15
15
< meta name = "twitter:title" content = { title } />
16
16
< meta name = "twitter:description" content = { description } />
17
- < meta name = "twitter:image" content = "https://user-images.githubusercontent.com/1863771 /76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
17
+ < meta name = "twitter:image" content = "https://i.ibb.co/GtvCbGs /76433547-c0e94e80-63b4-11ea-9cca-c859226e5021-min .png" />
18
18
< meta name = "twitter:image:alt" content = "React-ui" />
19
19
20
20
{ /* facebook */ }
21
21
< meta property = "og:type" content = "website" />
22
22
< meta property = "og:title" content = { title } />
23
23
< meta property = "og:description" content = { description } />
24
- < meta property = "og:image" content = "https://user-images.githubusercontent.com/1863771 /76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
24
+ < meta property = "og:image" content = "https://i.ibb.co/GtvCbGs /76433547-c0e94e80-63b4-11ea-9cca-c859226e5021-min .png" />
25
25
< meta property = "og:ttl" content = "604800" />
26
26
</ Helmet >
27
27
)
You can’t perform that action at this time.
0 commit comments