Skip to content

Commit

Permalink
store link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilvoss committed Jul 7, 2024
1 parent 4803866 commit 16bafb7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ <h1>
<h2>{{getCurrentPageComputed.description}}</h2>
<installers>
<button v-if="getCurrentPageComputed.appleappstoreurl ===''" class="action" @click="window.open(getCurrentPageComputed.url, '_blank')">Free Online</button>
<button v-if="getCurrentPageComputed.appleappstoreurl !==''" class="action inline" @click="window.open(getCurrentPageComputed.appleappstoreurl, '_blank')"><icon class="apple"></icon> Get it on the App Store</button>
<button v-if="getCurrentPageComputed.googleplayurl !==''" class="action inline" @click="window.open(getCurrentPageComputed.googleplayurl, '_blank')"><icon class="googleplay"></icon>Get it on Google Play</button>
<button v-if="getCurrentPageComputed.msappstore !==''" class="action" @click="window.open(getCurrentPageComputed.msappstore, '_blank')">Get it on Microsoft Store</button>
<button v-if="getCurrentPageComputed.appleappstoreurl !==''" class="action inline" @click="window.open(getCurrentPageComputed.appleappstoreurl, '_blank')"><icon class="apple"></icon> <getit>Get it on the </getit>App Store</button>
<button v-if="getCurrentPageComputed.googleplayurl !==''" class="action inline" @click="window.open(getCurrentPageComputed.googleplayurl, '_blank')"><icon class="googleplay"></icon><getit>Get it on </getit>Google Play</button>
<button v-if="getCurrentPageComputed.msappstore !==''" class="action inline" @click="window.open(getCurrentPageComputed.msappstore, '_blank')"><getit>Get it on </getit> Microsoft Store</button>
</installers>
<!-- <button class="light" @click="window.open(getCurrentPageComputed.url, '_blank')">{{getCurrentPageComputed.price === '$0.00' ? 'Play for free!' : getCurrentPageComputed.price}}</button> -->
</header>
Expand Down
Loading

0 comments on commit 16bafb7

Please sign in to comment.