diff --git a/images/google-play-us.png b/images/google-play-us.png new file mode 100644 index 00000000..24765722 Binary files /dev/null and b/images/google-play-us.png differ diff --git a/images/google-play-us.svg b/images/google-play-us.svg deleted file mode 100644 index 888691ad..00000000 --- a/images/google-play-us.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/open/ClientView.js b/src/open/ClientView.js index 76c73e9f..fb40d06c 100644 --- a/src/open/ClientView.js +++ b/src/open/ClientView.js @@ -122,7 +122,7 @@ function showBack(t, vm) { function renderAction(t, a) { let badgeUrl; switch (a.kind) { - case "play-store": badgeUrl = "images/google-play-us.svg"; break; + case "play-store": badgeUrl = "images/google-play-us.png"; break; case "fdroid": badgeUrl = "images/fdroid-badge.png"; break; case "apple-app-store": badgeUrl = "images/app-store-us-alt.svg"; break; case "flathub": badgeUrl = "images/flathub-badge.svg"; break;