Skip to content

Commit 39690ac

Browse files
author
Avinash
committed
compressed card:img hosted it on imgbb
1 parent c56727f commit 39690ac

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/components

1 file changed

+2
-2
lines changed

packages/docs/src/components/head.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)