Skip to content

Commit

Permalink
Merge pull request #205 from m52go/fix-ios-link
Browse files Browse the repository at this point in the history
Fix mobile notifications links on home page
  • Loading branch information
Steve Jain authored Aug 21, 2019
2 parents 1f23a38 + 7e89d6f commit a74b9ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _data/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ homepage_content:
buttonGetBisq: Bisq erhalten
buttonToggle: Dropdown-Menü umschalten
downloads: Downloads
androidNotificationsApp: Android Benachrichtigungs-App erhalten
iosNotificationApp: iOS Benachrichtigungs-App erhalten
androidNotificationsApp: Benachrichtigungs-App Android
iosNotificationApp: Benachrichtigungs-App iOS
getStarted: Erste Schritte »
runningWindows: Sie scheinen Windows zu benutzen
runningMac: Sie scheinen einen Mac zu benutzen
Expand Down
4 changes: 2 additions & 2 deletions _data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ homepage_content:
buttonGetBisq: Obtener Bisq
buttonToggle: Cambiar desplegable
downloads: Descargas
androidNotificationsApp: Obtener la app de Notificaciones Android
iosNotificationApp: Obtenter la app de notificaciones de iOS
androidNotificationsApp: App de Notificaciones Android
iosNotificationApp: App de Notificaciones iOS
getStarted: Comenzar »
runningWindows: Parece que está ejecutando Windows
runningMac: Parece que está ejecutando Mac
Expand Down
4 changes: 2 additions & 2 deletions _data/pt-PT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ homepage_content:
buttonGetBisq: Baixar Bisq
buttonToggle: Toggle Dropdown
downloads: Downloads
androidNotificationsApp: Baixar App de Notificação para Android
iosNotificationApp: Baixar App de Notificação para iOS
androidNotificationsApp: App de Notificação Android
iosNotificationApp: App de Notificação iOS
getStarted: Começar »
runningWindows: Você parece estar a utilizar Windows
runningMac: Você parece estar a utilizar Mac
Expand Down
2 changes: 1 addition & 1 deletion _includes/homepage_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;"><span cl
</a>


<a href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq" target="_blank" rel="noopener" class="downloads-ios hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'ios-notifications');">
<a href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411" target="_blank" rel="noopener" class="downloads-ios hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'ios-notifications');">
<img src="{{ site.url }}/images/icon-apple-g.svg" class="os-icon os-icon-g">
<img src="{{ site.url }}/images/icon-apple-w.svg" class="os-icon os-icon-w">
Get iOS Notifications App
Expand Down
2 changes: 1 addition & 1 deletion _includes/homepage_content_tr.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 class="intro text-monospace display-1" style="margin-left: -.3rem;">{{ item.
</a>


<a href="https://play.google.com/store/apps/details?id=com.joachimneumann.bisq" target="_blank" rel="noopener" class="downloads-ios hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'ios-notifications');">
<a href="https://itunes.apple.com/us/app/bisq-mobile/id1424420411" target="_blank" rel="noopener" class="downloads-ios hidden btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn" onclick="ga('send', 'event', 'Jumbotron actions', 'download', 'ios-notifications');">
<img src="{{ site.url }}/images/icon-apple-g.svg" class="os-icon os-icon-g">
<img src="{{ site.url }}/images/icon-apple-w.svg" class="os-icon os-icon-w">
{{ item.iosNotificationApp }}
Expand Down

0 comments on commit a74b9ce

Please sign in to comment.