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