mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-25 01:34:49 +08:00
change alt for img
This commit is contained in:
@@ -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">
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<script type="module" crossorigin src="/assets/index.e8995bcc.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.ca63991b.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.d7b429b2.css">
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user