Skip to content

Commit

Permalink
Merge pull request #2785 from Rithvik-padma/#2774
Browse files Browse the repository at this point in the history
fix: made the QR code scannable for even shorter lightning addresses
  • Loading branch information
rolznz authored Oct 2, 2023
2 parents 456b6a5 + d526f56 commit 0104501
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 0104501

Please sign in to comment.