mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
update to new metadata image
This commit is contained in:
parent
924278fe7e
commit
ffbb2ac9f7
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ class Response
|
||||||
|
|
||||||
public static function getMetaImages()
|
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)
|
public static function setMetaTitle($title)
|
||||||
|
|
Loading…
Add table
Reference in a new issue