mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
update android gif + og image for app
This commit is contained in:
parent
b9899a36e5
commit
22435b9edf
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ class DownloadActions extends Actions
|
|||
$params = [
|
||||
'osTitle' => $osTitle,
|
||||
'osIcon' => $osIcon,
|
||||
'osScreenshotSrc' => 'https://spee.ch/@lbry:3f/lbrycom-gif.gif',
|
||||
'osScreenshotSrc' => 'https://spee.ch/b/desktop-035-og.jpeg',
|
||||
'os' => $os
|
||||
];
|
||||
|
||||
if ($os === OS::OS_ANDROID)
|
||||
{
|
||||
$params['downloadUrl'] = static::ANDROID_STORE_URL;
|
||||
$params['osScreenshotSrc'] = 'https://spee.ch/95ccabb4e73552fada5ef517fc8366e265980cd1/lbry-android-beta.gif';
|
||||
$params['osScreenshotSrc'] = 'https://spee.ch/@lbry:3f/android-08-homepage.gif';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue