Skip to content

Commit

Permalink
fix: increase the qr eclevel to make it work for short address
Browse files Browse the repository at this point in the history
  • Loading branch information
volfiros committed Sep 30, 2023
1 parent 456b6a5 commit d526f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/QRCode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function QRCode({ value, size, className }: Props) {
className={classNames("rounded-md", className ?? "")}
fgColor={fgColor}
bgColor={bgColor}
level="M"
level="Q"
/>
);
}

0 comments on commit d526f56

Please sign in to comment.