添加 passHref 和 alt
This commit is contained in:
@@ -86,9 +86,15 @@ function MyApp({ Component, pageProps }) {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44049102496865"
|
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44049102496865"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
passHref
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Image src={beiantubaioImage} height={16} width={16} />
|
<Image
|
||||||
|
alt="公安图标"
|
||||||
|
src={beiantubaioImage}
|
||||||
|
height={16}
|
||||||
|
width={16}
|
||||||
|
/>
|
||||||
<span>粤公网安备 44049102496865号</span>
|
<span>粤公网安备 44049102496865号</span>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user