Skip to content

Commit

Permalink
style: small fix (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght authored Oct 9, 2024
1 parent 70d0a35 commit d316f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/wallet/WalletInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ export const WalletInfo: FC<{
);

return (
<Card className="relative">
<Card className="relative overflow-hidden">
<Image
src={smallCircular}
alt="circles"
Expand Down

0 comments on commit d316f41

Please sign in to comment.