update to new metadata image

This commit is contained in:
Thomas Zarebczan 2017-07-21 14:33:17 -04:00 committed by GitHub
parent 924278fe7e
commit ffbb2ac9f7

View file

@ -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;
// }
}
}