Skip to content

Commit

Permalink
Update social share image.
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-thakur committed Nov 1, 2018
1 parent 74d7ecb commit a640dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/resources/img/Social-Share-Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ShareImg152 from './resources/img/icon-152x152.png';
import ShareImg192 from './resources/img/icon-192x192.png';
import ShareImg384 from './resources/img/icon-384x384.png';
import ShareImg512 from './resources/img/icon-512x512.png';
import SocialShareImg from './resources/img/Social-Share-Image.png';

export default class Routes {
apply(routeHandler) {
Expand Down Expand Up @@ -70,7 +71,7 @@ export default class Routes {
type: 'website',
url: 'https://www.reactpwa.com/examples/semantic-ui',
site_name: 'ReactPWA',
image: ShareImg512,
image: SocialShareImg,
meta: [
{
name: 'author',
Expand Down

0 comments on commit a640dd7

Please sign in to comment.