diff --git a/src/components/SmartBanner/index.js b/src/components/SmartBanner/index.js
index 444949c51..2d0dd362e 100644
--- a/src/components/SmartBanner/index.js
+++ b/src/components/SmartBanner/index.js
@@ -76,13 +76,13 @@ class SmartBanner extends Component {
const mixins = {
ios: {
icon: 'app-banner-ios.jpg',
- appMeta: 'google-play-app',
+ appMeta: 'apple-itunes-app',
getStoreLink: () =>
`https://itunes.apple.com/${this.props.appStoreLanguage}/app/id`,
},
android: {
icon: 'app-banner-android.png',
- appMeta: 'apple-itunes-app',
+ appMeta: 'google-play-app',
getStoreLink: () =>
'http://play.google.com/store/apps/details?id=',
}
@@ -178,7 +178,7 @@ class SmartBanner extends Component {
this.close()}
data-metrics-event-name="SmartBanner:close"
>
@@ -190,7 +190,7 @@ class SmartBanner extends Component {
{inStore}
-
+ this.install()} className="smartbanner-button" data-metrics-event-name="SmartBanner:InstallAapp">
{this.props.button}