mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +00:00
Merge pull request #185 from lbryio/metadata-image-1
update metadata image with green logo
This commit is contained in:
commit
7cc0bce83f
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
BIN
web/img/lbry-green-meta-1200x900.png
Normal file
BIN
web/img/lbry-green-meta-1200x900.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Reference in a new issue