Skip to content

Commit

Permalink
[FIX] Missing twitter:image and og:image tags (#11687)
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel authored and ggazzo committed Aug 15, 2018
1 parent 37cc1d0 commit 1148d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rocketchat-ui-master/client/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileImage" content="assets/tile_144.png" />
<meta name="msapplication-config" content="images/browserconfig.xml" />
<meta property="og:image" content="assets/favicon_512.png">
<meta property="twitter:image" content="assets/favicon_512.png">
<link rel="manifest" href="images/manifest.json" />
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/nocfbnnmjnndkbipkabodnheejiegccf" />
<link rel="mask-icon" href="assets/safari_pinned.svg" color="#04436a">
Expand Down

0 comments on commit 1148d6c

Please sign in to comment.