fix: btn delegate dashboard
This commit is contained in:
parent
470a8380e8
commit
1232ef220f
@ -548,7 +548,7 @@ const amount = computed({
|
||||
<div class="flex">
|
||||
<label
|
||||
for="delegate"
|
||||
class="btn !btn-xs !btn-primary btn-ghost rounded mr-2 filter hover:brightness-150 capitalize"
|
||||
class="text-link rounded mr-3 font-semibold filter hover:brightness-150 capitalize cursor-pointer"
|
||||
@click="
|
||||
dialog.open(
|
||||
'delegate',
|
||||
@ -561,7 +561,7 @@ const amount = computed({
|
||||
</label>
|
||||
<label
|
||||
for="withdraw"
|
||||
class="btn whitespace-nowrap !btn-xs !btn-primary btn-ghost mr-2 rounded filter hover:brightness-150 capitalize"
|
||||
class="text-link rounded mr-2 font-semibold filter hover:brightness-150 capitalize cursor-pointer"
|
||||
@click="
|
||||
dialog.open(
|
||||
'withdraw',
|
||||
|
||||
@ -289,7 +289,7 @@
|
||||
"more": "More details",
|
||||
"reward": "Reward",
|
||||
"unbonding": "Unbonding",
|
||||
"btn_withdraw_reward": "Withdraw Rewards",
|
||||
"btn_withdraw_reward": "Withdraw",
|
||||
"btn_swap": "Swap",
|
||||
"receive": "Receive",
|
||||
"app_versions": "Application Versions",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user