mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 00:41:33 +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()
|
||||
{
|
||||
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;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue