diff --git a/web/app/pods/components/huegasm-footer/template.hbs b/web/app/pods/components/huegasm-footer/template.hbs index 2b1ed38..510434d 100644 --- a/web/app/pods/components/huegasm-footer/template.hbs +++ b/web/app/pods/components/huegasm-footer/template.hbs @@ -6,4 +6,8 @@ Egor Philippov - \ No newline at end of file + + + + Get it on the Google Play Store + \ No newline at end of file diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss index b93f222..8d0a238 100644 --- a/web/app/styles/app.scss +++ b/web/app/styles/app.scss @@ -50,6 +50,12 @@ body, button { } } +#playstore-link { + position: relative; + bottom: 10px; + left: 30px; +} + .alert { margin-bottom: 0; border: none; 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..585006b Binary files /dev/null and b/web/public/assets/images/google-play-badge.png differ