Skip to content

Commit 93d1f87

Browse files
authored
Merge pull request #2864 from snowflakeOps/2.3
use a better and smaller image for open graph (e.g for slack)
2 parents 595b152 + 0450f2f commit 93d1f87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/img/ogimage.png

1.97 KB
Loading

resources/views/layout/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<meta property="og:type" content="website">
2121
<meta property="og:title" content="{{ $site_title }}">
22-
<meta property="og:image" content="/img/favicon.png">
22+
<meta property="og:image" content="/img/ogimage.png">
2323
<meta property="og:description" content="{{ trans('cachet.description', ['app' => $app_name]) }}">
2424

2525
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->

0 commit comments

Comments
 (0)