change alt for img

This commit is contained in:
zizifn
2022-12-13 23:25:29 +08:00
committed by zizifn
parent 1488a6e5f7
commit d9c8a0cec8
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ function QRcodeImg({ text }: { text: string }) {
src={codeImg}
width="350"
height="350"
alt="code"
alt="二维码"
className="border-spacing-1"
/>
<div className="flex flex-grow w-full bg-gray-200">