mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-09-11 03:03:34 +08:00
页脚水印跳官网
This commit is contained in:
parent
9a3d62b03d
commit
0bce18d9e9
@ -1,5 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { Layout } from "antd";
|
import { Layout } from "antd";
|
||||||
|
import { Link } from "react-router-dom";
|
||||||
|
|
||||||
export const NoFooter: React.FC = () => {
|
export const NoFooter: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
@ -12,10 +13,12 @@ export const NoFooter: React.FC = () => {
|
|||||||
paddingBottom: 100,
|
paddingBottom: 100,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<Link to="https://playedu.xyz/" target="_blank">
|
||||||
<i
|
<i
|
||||||
style={{ fontSize: 30, color: "#cccccc" }}
|
style={{ fontSize: 30, color: "#cccccc" }}
|
||||||
className="iconfont icon-waterprint"
|
className="iconfont icon-waterprint"
|
||||||
></i>
|
></i>
|
||||||
|
</Link>
|
||||||
</Layout.Footer>
|
</Layout.Footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user