添加 passHref 和 alt

This commit is contained in:
2022-04-30 01:57:37 +08:00
parent ce60c3cca4
commit 206ade957c

View File

@@ -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>