Merge pull request #185 from lbryio/metadata-image-1

update metadata image with green logo
This commit is contained in:
Josh Finer 2017-07-21 15:16:53 -04:00 committed by GitHub
commit 7cc0bce83f
2 changed files with 2 additions and 2 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB