Skip to content

Commit

Permalink
fix(webapp): ui style
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Feb 1, 2023
1 parent f52cd9c commit 682c2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ function Index(props: { address: string }) {
expire={ meta.expire }
></Card>
: <>
<Qrcode address={ address }></Qrcode>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<Qrcode address={ address }></Qrcode>
</div>
<Address address={ address }></Address>
</>
}
Expand Down

0 comments on commit 682c2cd

Please sign in to comment.