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 738d8ab commit 551d3c2Copy full SHA for 551d3c2
packages/docs/src/components/head.js
@@ -10,7 +10,7 @@ export const Head = ({title='React-UI', description='React UI comes with a set o
10
<meta name="description" content={description} />
11
12
{/* twitter */}
13
- <meta name="twitter:card" content="summary" />
+ <meta name="twitter:card" content="summary_large_image" />
14
<meta name="twitter:site" content="@React-ui" />
15
<meta name="twitter:title" content={title} />
16
<meta name="twitter:description" content={description} />
0 commit comments