Skip to content

Commit

Permalink
Remove the qr code as it's barely scanned
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Feb 2, 2024
1 parent d386296 commit ac0eaa3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions octoprint_obico/templates/obico_wizard.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,11 @@
<div class="obico-bottom-illustration">
<img src="plugin/obico/static/img/mobile-setup-illustration.svg" alt="" class="obico-mobile-screen">
<div class="obico-mobile-links">
<img src="plugin/obico/static/img/app-qrcode.png" alt="" class="obico-qr">
<div class="obico-buttons">
<a href="https://play.google.com/store/apps/details?id=com.thespaghettidetective.android" class="obico-button" target="_blank">
<div class="obico-buttons" style="flex-direction: column; line-height: 20px;">
<a href="https://play.google.com/store/apps/details?id=com.thespaghettidetective.android" class="obico-button" style="width: 100%;" target="_blank">
<img src="plugin/obico/static/img/google-play-btn.svg" alt="">
</a>
<a href="https://apps.apple.com/us/app/the-spaghetti-detective/id1540646623?uo=4" class="obico-button" target="_blank">
<a href="https://apps.apple.com/us/app/the-spaghetti-detective/id1540646623?uo=4" class="obico-button" style="margin-top: 20px; width: 100%;" target="_blank">
<img src="plugin/obico/static/img/app-store-btn.svg" alt="">
</a>
</div>
Expand Down

0 comments on commit ac0eaa3

Please sign in to comment.