#2853 use a better and smaller image for og

This commit is contained in:
Markus Ritzmann
2018-01-11 16:49:01 +01:00
parent 595b152db5
commit 0450f2f330
2 changed files with 1 additions and 1 deletions

BIN
public/img/ogimage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -19,7 +19,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="{{ $site_title }}">
<meta property="og:image" content="/img/favicon.png">
<meta property="og:image" content="/img/ogimage.png">
<meta property="og:description" content="{{ trans('cachet.description', ['app' => $app_name]) }}">
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->