From b42f078c0eaa16ced5fd8face3e386b082a16038 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Mon, 18 Nov 2024 17:29:45 +0530 Subject: [PATCH] chore: add high error correction level to qr codes --- components/QRCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} > - + );