helper: Favor 'Change' link instead of 'Back' button
This commit is contained in:
parent
300da0b66e
commit
97569243fa
@ -42,7 +42,6 @@ http://opensource.org/licenses/MIT.
|
||||
<div class="helper-navigation">
|
||||
<button class="skip-helper-btn js-skip-btn">{% translate skip-helper-btn choose-your-wallet %}</button>
|
||||
<div class="helper-navigation-row">
|
||||
<button class="helper-back-btn btn-light js-helper-nav-btn" data-selector="1">{% translate helper-back-btn choose-your-wallet %}</button>
|
||||
<button class="helper-next-btn btn-bright js-helper-nav-btn" data-selector="3" data-button-type="user">{% translate helper-next-btn choose-your-wallet %}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -155,12 +155,6 @@ http://opensource.org/licenses/MIT. {% endcomment %}
|
||||
{% translate skip-helper-btn choose-your-wallet %}
|
||||
</button>
|
||||
<div class="helper-navigation-row">
|
||||
<button
|
||||
class="helper-back-btn btn-light js-helper-nav-btn"
|
||||
data-selector="2"
|
||||
>
|
||||
{% translate helper-back-btn choose-your-wallet %}
|
||||
</button>
|
||||
<button
|
||||
class="helper-next-btn btn-bright js-helper-nav-btn visible"
|
||||
data-selector="4"
|
||||
|
||||
@ -89,7 +89,6 @@ http://opensource.org/licenses/MIT.
|
||||
<div class="helper-navigation">
|
||||
<button class="skip-helper-btn js-skip-btn">{% translate skip-helper-btn choose-your-wallet %}</button>
|
||||
<div class="helper-navigation-row">
|
||||
<button class="helper-back-btn btn-light js-helper-nav-btn" data-selector="3">{% translate helper-back-btn choose-your-wallet %}</button>
|
||||
<button class="helper-next-btn btn-bright js-helper-nav-btn visible" data-selector="5">{% translate helper-next-btn choose-your-wallet %}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -52,10 +52,6 @@
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
.helper-back-btn {
|
||||
width: 170px;
|
||||
height: 55px;
|
||||
}
|
||||
.helper-next-btn {
|
||||
display: none;
|
||||
width: 170px;
|
||||
@ -517,7 +513,6 @@
|
||||
flex-direction: column-reverse;
|
||||
align-items: center;
|
||||
}
|
||||
.helper-next-btn,
|
||||
.helper-back-btn {
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
@ -185,7 +185,6 @@ en:
|
||||
helper-change-btn: "Change"
|
||||
skip-helper-btn: "Skip helper"
|
||||
helper-next-btn: "Next"
|
||||
helper-back-btn: "Back"
|
||||
helper-note: "Note"
|
||||
helper-or: "or"
|
||||
helper-feature-unavailable: "This feature is unavailable based on the options you've selected"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user