添加公安备案图标

This commit is contained in:
2022-04-30 01:55:31 +08:00
parent 9a608d438d
commit ce60c3cca4
2 changed files with 14 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
import Link from "next/link";
import Head from "next/head";
import Image from "next/image";
import styles from "../styles/Home.module.css";
import Background from "../components/Background";
import beiantubaioImage from "../public/images/beiantubiao.webp";
import {
Box,
@@ -79,6 +81,18 @@ function MyApp({ Component, pageProps }) {
>
<Typography variant="body1">粤ICP备2022033906号-1</Typography>
</Link>
<Link
target="_blank"
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44049102496865"
rel="noopener noreferrer"
>
<div>
<Image src={beiantubaioImage} height={16} width={16} />
<span>粤公网安备 44049102496865</span>
</div>
</Link>
<Typography variant="body1">使用 Next.js 构建</Typography>
</footer>
</Container>