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}) =>{
1414 < meta name = "twitter:site" content = "@React-ui" />
1515 < meta name = "twitter:title" content = { title } />
1616 < 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" />
1818 < meta name = "twitter:image:alt" content = "React-ui" />
1919
2020 { /* facebook */ }
2121 < meta property = "og:type" content = "website" />
2222 < meta property = "og:title" content = { title } />
2323 < 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" />
2525 < meta property = "og:ttl" content = "604800" />
2626 </ Helmet >
2727 )
You can’t perform that action at this time.
0 commit comments