From 4119ee870e925243da6e8b31d2d4991211d0f90a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 26 Sep 2025 17:45:30 +0800 Subject: [PATCH] Added width option --- src/components/QR/QR.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QR/QR.tsx b/src/components/QR/QR.tsx index ac6593e..ff8cec7 100644 --- a/src/components/QR/QR.tsx +++ b/src/components/QR/QR.tsx @@ -12,7 +12,7 @@ export default (props: Props) => { return ( <>
- QR Code + QR Code
)