|
|
|
@ -11,7 +11,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4"> |
|
|
|
<router-link v-if="step==0||step==1||1" to="/profile/certification">{{ $t("xtzcoins3.a99") }}<span style="color: #F7D558!important;">{{ $t("xtzcoins3.b99") }}</span></router-link> |
|
|
|
<router-link v-if="step==0||step==1" to="/profile/certification">{{ $t("xtzcoins3.a99") }}<span style="color: #F7D558!important;">{{ $t("xtzcoins3.b99") }}</span></router-link> |
|
|
|
<div v-else-if="step==2">{{ $t("xtzcoins3.a94") }}</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="w-100 d-flex justify-content-between align-items-center mb-3 mt-4"> |
|
|
|
@ -136,7 +136,7 @@ |
|
|
|
<input type="text" v-model="keyword" class="form-control mb-2 mr-sm-2" :placeholder="$t('wallet.searchCurrency')" /> |
|
|
|
|
|
|
|
<!-- <router-link to="/wallet/address" class="btn btn-success rounded-pill mb-2">{{$t('wallet.addressManagement')}}</router-link> --> |
|
|
|
<router-link to="/wallet/address" class="btn rounded-pill mb-2" style="background-color: #F7D558;">{{$t('wallet.addressManagement')}}</router-link> |
|
|
|
<router-link to="/wallet/address" class="btn rounded-pill mb-2" style="background-color: #F7D558;color: #000!important;">{{$t('wallet.addressManagement')}}</router-link> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
<div class="tab-content"> |
|
|
|
|