diff --git a/web/app/pods/index/template.hbs b/web/app/pods/index/template.hbs index 8929a53..ba3f69b 100644 --- a/web/app/pods/index/template.hbs +++ b/web/app/pods/index/template.hbs @@ -33,11 +33,11 @@

Also available on

- - Huegasm on the Google Play Store + + Huegasm on the Google Play Store - + Huegasm on the App Store diff --git a/web/app/styles/index.scss b/web/app/styles/index.scss index 3017451..cdb4f4e 100644 --- a/web/app/styles/index.scss +++ b/web/app/styles/index.scss @@ -24,6 +24,14 @@ &-list a { margin-right: 2vw; + + &.play-store-icon img { + width: 130px; + } + + &.app-store-icon img { + width: 110px; + } } } diff --git a/web/public/assets/images/android-play-badge.png b/web/public/assets/images/android-play-badge.png deleted file mode 100644 index 585006b..0000000 Binary files a/web/public/assets/images/android-play-badge.png and /dev/null differ diff --git a/web/public/assets/images/google-play-badge.png b/web/public/assets/images/google-play-badge.png new file mode 100644 index 0000000..c77b746 Binary files /dev/null and b/web/public/assets/images/google-play-badge.png differ