fix: btn delegate dashboard

This commit is contained in:
quangdz1704 2024-07-11 16:21:51 +07:00
parent 470a8380e8
commit 1232ef220f
No known key found for this signature in database
GPG Key ID: E7C1A6283714A3EC
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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",