Skip to content

Commit 0450f2f

Browse files
committed
#2853 use a better and smaller image for og
1 parent 595b152 commit 0450f2f

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)