mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove one morehttp://
This commit is contained in:
parent
6ce031170f
commit
0d73d66ba1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Response
|
||||||
|
|
||||||
public static function getMetaImage()
|
public static function getMetaImage()
|
||||||
{
|
{
|
||||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
return static::$metaImg ?: '//lbry.io/img/lbry-dark-1600x528.png';
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function setMetaTitle($title)
|
public static function setMetaTitle($title)
|
||||||
|
|
Loading…
Add table
Reference in a new issue