|
5 | 5 | <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> |
6 | 6 | <title>React Diff Viewer</title> |
7 | 7 | <meta name="author" content="Pranesh Ravi" /> |
8 | | - <meta name="description" content="A simple and beautiful text diff viewer component made with diff and React" /> |
| 8 | + <meta name="description" content="A simple and beautiful text diff viewer for React" /> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | | - <meta name="theme-color" content="#704DFF" /> |
| 10 | + <meta name="theme-color" content="#11171C" /> |
11 | 11 |
|
12 | | - <meta content="https://i.ibb.co/ChNkdjs/Banner.png" property="og:image"/> |
| 12 | + <meta content="https://i.ibb.co/585KcMw/diff-viewer-v3.png" property="og:image"/> |
13 | 13 | <meta content="React Diff Viewer" property="og:site_name" /> |
14 | 14 | <meta content="object" property="og:type" /> |
15 | 15 | <meta content="React Diff Viewer" property="og:title" /> |
16 | 16 | <meta content="https://github.com/praneshr/react-diff-viewer" property="og:url" /> |
17 | | - <meta content="A simple and beautiful text diff viewer component made with diff and React" property="og:description" /> |
| 17 | + <meta content="A simple and beautiful text diff viewer for React" property="og:description" /> |
18 | 18 |
|
19 | 19 | <meta name="twitter:card" value="summary_large_image"/> |
20 | 20 | <meta name="twitter:site" value="@pranesh_ravi" /> |
21 | 21 | <meta name="twitter:creator" value="@pranesh_ravi" /> |
22 | 22 | <meta name="twitter:title" content="React Diff Viewer" /> |
23 | | - <meta name="twitter:description" content="A simple and beautiful text diff viewer component made with diff and React" /> |
24 | | - <meta name="twitter:image" content="https://i.ibb.co/ChNkdjs/Banner.png" /> |
| 23 | + <meta name="twitter:description" content="A simple and beautiful text diff viewer for React" /> |
| 24 | + <meta name="twitter:image" content="https://i.ibb.co/585KcMw/diff-viewer-v3.png" /> |
25 | 25 | </head> |
26 | 26 | <body> |
27 | 27 | <div id="app"></div> |
|
0 commit comments