Skip to content

Commit

Permalink
Merge pull request #590 from ar-io/develop
Browse files Browse the repository at this point in the history
Release to Production
  • Loading branch information
kunstmusik authored Oct 31, 2024
2 parents 99ce8b7 + 0f59522 commit 6729005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function UpgradeUndernames() {
assetId: ioProcessId,
functionName: 'increaseundernameLimit',
...increaseUndernamePayload,
interactionPrice: fee,
interactionPrice: new mIOToken(fee).toIO().valueOf(),
},
});
dispatchTransactionState({
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/Transaction/transaction-headers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function getTransactionHeader({
case ARNS_INTERACTION_TYPES.EXTEND_LEASE:
return (
<h1
className="flex white"
className="flex white text-[2rem]"
style={{ width: '100%', paddingBottom: '30px' }}
>
Review
Expand Down

0 comments on commit 6729005

Please sign in to comment.