mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47: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 = [
|
$params = [
|
||||||
'osTitle' => $osTitle,
|
'osTitle' => $osTitle,
|
||||||
'osIcon' => $osIcon,
|
'osIcon' => $osIcon,
|
||||||
'osScreenshotSrc' => 'https://spee.ch/@lbry:3f/lbrycom-gif.gif',
|
'osScreenshotSrc' => 'https://spee.ch/b/desktop-035-og.jpeg',
|
||||||
'os' => $os
|
'os' => $os
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($os === OS::OS_ANDROID)
|
if ($os === OS::OS_ANDROID)
|
||||||
{
|
{
|
||||||
$params['downloadUrl'] = static::ANDROID_STORE_URL;
|
$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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue