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 +}