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 d78016f commit 042618aCopy full SHA for 042618a
packages/docs/src/components/head.js
@@ -11,7 +11,7 @@ export const Head = ({title, description}) =>{
11
12
{/* twitter */}
13
<meta name="twitter:card" content="summary" />
14
- <meta name="twitter:site" content="React-ui" />
+ <meta name="twitter:site" content="@React-ui" />
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" />
0 commit comments