diff --git a/view/Response.class.php b/view/Response.class.php index 5adb1c9d..70641a5a 100644 --- a/view/Response.class.php +++ b/view/Response.class.php @@ -36,7 +36,7 @@ class Response public static function getMetaImage() { - return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png'; + return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png'; } public static function setMetaTitle($title) diff --git a/view/View.class.php b/view/View.class.php index 14adfb6c..ddad4deb 100644 --- a/view/View.class.php +++ b/view/View.class.php @@ -87,6 +87,6 @@ class View public static function getMetaImage() { - return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png'; + return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png'; } } \ No newline at end of file