diff --git a/components/QRCode.tsx b/components/QRCode.tsx index fb118d6..2cb58c3 100644 --- a/components/QRCode.tsx +++ b/components/QRCode.tsx @@ -12,7 +12,7 @@ function QRCode({ value }: { value: string }) { style={{ borderRadius: 28, elevation: 2 }} > - + );