From ffbb2ac9f78f6b002c0c1de22682ddce6b780ada Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 21 Jul 2017 14:33:17 -0400 Subject: [PATCH] update to new metadata image --- view/Response.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/Response.class.php b/view/Response.class.php index 901a5fde..14f91b22 100644 --- a/view/Response.class.php +++ b/view/Response.class.php @@ -59,7 +59,7 @@ class Response public static function getMetaImages() { - return static::$metaImages ?: [Request::getHostAndProto() . '/img/lbry-dark-1600x528.png']; + return static::$metaImages ?: [Request::getHostAndProto() . '/img/lbry-green-meta-1200x900.png']; } public static function setMetaTitle($title) @@ -371,4 +371,4 @@ class Response // { // return static::$bodyCssClasses; // } -} \ No newline at end of file +}