From 7bf6bf10b15573fe8d06ad79d20d36636b6aee1a Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Mon, 20 Feb 2023 12:47:40 +0800 Subject: [PATCH] chore: tweak qr code --- src/common/component/QRCode.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/component/QRCode.tsx b/src/common/component/QRCode.tsx index 83ebdea6..46f91a76 100644 --- a/src/common/component/QRCode.tsx +++ b/src/common/component/QRCode.tsx @@ -13,12 +13,12 @@ const QRCode = ({ link, size = 512 }: Props) => {