We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042618a commit c56727fCopy full SHA for c56727f
packages/docs/src/components/head.js
@@ -15,6 +15,7 @@ export const Head = ({title, description}) =>{
15
<meta name="twitter:title" content={title} />
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" />
18
+ <meta name="twitter:image:alt" content="React-ui" />
19
20
{/* facebook */}
21
<meta property="og:type" content="website" />
0 commit comments