Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Jun 29, 2024
1 parent 06f9aef commit b2c908d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/pages/earn/step/confirm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@
<LabelValue header="Action">
<span>{action}</span>
</LabelValue>
<LabelValue header="Time to fully matured">
<span>72 hours</span>
</LabelValue>
{#if action === 'Stake'}
<LabelValue header="Time to fully matured">
<span>72 hours</span>
</LabelValue>
{/if}

<LabelValue header="Token Amount" changeStep={handleBack}>
<div class="amount">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/earn/step/unstake.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.middle-section {
margin: 0 auto;
max-width: 28rem;
margin-bottom: 84px;
margin-bottom: 31px;
}
.bottom-section {
margin: 0 auto;
Expand Down

0 comments on commit b2c908d

Please sign in to comment.