Skip to content

Commit

Permalink
Merge pull request #1755 from sandakersmann/master
Browse files Browse the repository at this point in the history
Remove Austrian language code from App Store link
  • Loading branch information
manuelsc authored Feb 14, 2023
2 parents 7db8af9 + 82e72f4 commit 2fac4ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<span class="nav-text">More</span>
</a>
<div class="dropdown-menu dropdown-menu-right p-sm-2 p-md-4 px-lg-2" aria-labelledby="navbarDropdown">
<!--<a class="dropdown-item" href="https://apps.apple.com/at/app/beaconchain-dashboard/id1541822121">
<!--<a class="dropdown-item" href="https://apps.apple.com/app/beaconchain-dashboard/id1541822121">
<span class="nav-icon"><i class="fab fa-apple mr-2"></i></span>
<span class="nav-text">iOS App</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/mobilepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<h1 class="h6 font-weight-bold text-primary">Beaconchain Dashboard App</h1>
<h2 class="mb-4">Keeping the network secure is hard enough.<br />Let us help you with that.</h2>
<p>Easily check on your validators with our Beaconchain Dashboard app. Wherever you are, whenever you want. Now available for Android and iOS.</p>
<a href="https://apps.apple.com/at/app/beaconchain-dashboard/id1541822121" target="_blank" class="no-highlight">
<a href="https://apps.apple.com/app/beaconchain-dashboard/id1541822121" target="_blank" class="no-highlight">
<img src="img/ios.png" class="badge-button" />
</a>
<a href="https://play.google.com/store/apps/details?id=in.beaconcha.mobile" target="_blank" class="no-highlight">
Expand Down
4 changes: 2 additions & 2 deletions templates/user/notificationsCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2 class="heading-l2">Monitoring</h2>
<h3 class="mt-5 mb-3 heading-l2">We've detected 1 device(s)</h3>
<h4 class="heading-l3">Setup notifications in the <span class="font-weight-bold">Beaconchain app</span> and get notified about <span class="d-block">disk space usage, cpu usage and offline events (currently only available on mainnet).</span></h4>
<div class="d-flex flex-column flex-sm-row align-items-start align-items-sm-center justify-content-center mt-5 mb-1">
<a class="mx-2 my-2" href="https://apps.apple.com/at/app/beaconchain-dashboard/id1541822121" target="_blank">
<a class="mx-2 my-2" href="https://apps.apple.com/app/beaconchain-dashboard/id1541822121" target="_blank">
<img src="../img/ios.png" class="badge-button" height="56" />
</a>
<a class="mx-2 my-2" href="https://play.google.com/store/apps/details?id=in.beaconcha.mobile" target="_blank">
Expand All @@ -137,7 +137,7 @@ <h4 class="heading-l3">
Check out our Knowledge Base for a step by step tutorial: <span class="d-block"><a href="https://kb.beaconcha.in/beaconcha.in-explorer/mobile-app-less-than-greater-than-beacon-node">Mobile App Node Monitoring</a></span>
</h4>
<div class="d-flex flex-column flex-sm-row align-items-start align-items-sm-center justify-content-center mt-5 mb-1">
<a class="mx-2 my-2" href="https://apps.apple.com/at/app/beaconchain-dashboard/id1541822121" target="_blank">
<a class="mx-2 my-2" href="https://apps.apple.com/app/beaconchain-dashboard/id1541822121" target="_blank">
<img src="../img/ios.png" class="badge-button" height="56" />
</a>
<a class="mx-2 my-2" href="https://play.google.com/store/apps/details?id=in.beaconcha.mobile" target="_blank">
Expand Down

0 comments on commit 2fac4ab

Please sign in to comment.