diff --git a/packages/playground/public/images/icons/g_play.png b/packages/playground/public/images/icons/g_play.png new file mode 100644 index 0000000000..9f32268397 Binary files /dev/null and b/packages/playground/public/images/icons/g_play.png differ diff --git a/packages/playground/src/components/qr_play_store.vue b/packages/playground/src/components/qr_play_store.vue index 5926ecb427..73c22f43ca 100644 --- a/packages/playground/src/components/qr_play_store.vue +++ b/packages/playground/src/components/qr_play_store.vue @@ -26,16 +26,16 @@ const props = defineProps({ const theme = useTheme().name.value; const apps = [ { - src_dark: `“Get it on Google Play” badge`, - src_light: ``, - alt: "play-store", + src_dark: ``, + src_light: ` +`, + alt: "Threefold Connect on Google Play Store", url: "https://play.google.com/store/apps/details?id=org.jimber.threebotlogin&hl=en&gl=US", }, { - src_dark: `Download on the App Store RGB blk - `, - src_light: `Download on the App Store RGB wht`, - alt: "app-store", + src_dark: ``, + src_light: ``, + alt: "Threefold Connect on Apple App Store", url: "https://apps.apple.com/us/app/threefold-connect/id1459845885", }, ];