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