Skip to content

Commit

Permalink
docs: Fix Transaction Wrapper item alignment (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Aug 6, 2024
1 parent 16c004b commit 9feae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/components/TransactionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function TransactionWrapper({

return (
<main className='flex flex-col'>
<div className='flex max-w-[450px] items-center rounded-lg bg-white p-4'>
<div className='flex max-w-[450px] items-center rounded-lg bg-white p-4 justify-center'>
{children({ address, contracts, onError, onSuccess })}
</div>
</main>
Expand Down

0 comments on commit 9feae4d

Please sign in to comment.