diff --git a/view/Response.class.php b/view/Response.class.php index 4eaf814f..898dc99b 100644 --- a/view/Response.class.php +++ b/view/Response.class.php @@ -36,7 +36,7 @@ class Response 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)