Skip to content

Commit

Permalink
Merge pull request #2501 from novasamatech/tbaut-indentation
Browse files Browse the repository at this point in the history
fix: indentation signer
  • Loading branch information
Tbaut authored Oct 17, 2024
2 parents 5cc9573 + a20b77d commit 7b89666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Props = {
// TODO: Rebuild with new components
export const WalletItem = memo(({ name, type, className = '' }: Props) => {
return (
<div className={cnTw('flex w-full items-center gap-x-2', className)}>
<div className={cnTw('flex w-full items-center justify-end gap-x-2', className)}>
<WalletIcon type={type} />

<div className="flex max-w-[348px] flex-col">
Expand Down

0 comments on commit 7b89666

Please sign in to comment.