Browse Source

Add Google Play badge

pull/69/head
Thomas 4 years ago
parent
commit
2c974e201a
  1. 9
      apps/client/src/app/pages/login/login-page.html
  2. 6
      apps/client/src/app/pages/login/login-page.scss
  3. BIN
      apps/client/src/assets/badge-en-google-play.png

9
apps/client/src/app/pages/login/login-page.html

@ -156,4 +156,13 @@
</div>
</div>
</div>
<div class="downloads my-5 row justify-content-center">
<a
href="https://play.google.com/store/apps/details?id=ch.dotsilver.ghostfolio.twa"
title="Get Ghostfolio on Google Play"
>
<img alt="Google Play Badge" src="assets/badge-en-google-play.png" />
</a>
</div>
</div>

6
apps/client/src/app/pages/login/login-page.scss

@ -18,6 +18,12 @@
background-color: var(--light-background);
}
}
.downloads {
img {
height: 2.5rem;
}
}
}
:host-context(.is-dark-theme) {

BIN
apps/client/src/assets/badge-en-google-play.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save