Skip to content

Commit

Permalink
update artcpa app
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 29, 2023
1 parent e4e4d07 commit cfdc968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/extensions/artcpaclub/src/esdt/EsdtTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export function EsdtTab() {
<span className="text-sm text-gray-500">Token: {selectedPool.stake_token_id}</span>
</div>
</a>
<_Staker pool={selectedPool} />
<_Unstaker pool={selectedPool} />
<_Staker pool={selectedPool} className="mb-4" />
<_Unstaker pool={selectedPool} className="mb-4" />
</>
)
}
4 changes: 2 additions & 2 deletions src/extensions/artcpaclub/src/esdt/_Unstaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export function _Unstaker(props: Props) {
}

return (
<AppSection title="Stake now" className={props.className}>
<AppSection title="Unstake" className={props.className}>
<form onSubmit={handleSubmit}>
<p>Work in progress.</p>
<Button color="blue" className="block w-full" submit>
Add Stake Action to Proposal
Add Unstake Action to Proposal
</Button>
</form>
</AppSection>
Expand Down

1 comment on commit cfdc968

@vercel
Copy link

@vercel vercel bot commented on cfdc968 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.