oss on github footer
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
return (
|
return (
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<p>© Gractwo 2020-{new Date().getFullYear()}</p>
|
<p>
|
||||||
|
© Gractwo 2020-{new Date().getFullYear()}
|
||||||
|
<span style={{ color: "#666" }}>
|
||||||
|
{" | "}open-source on{" "}
|
||||||
|
<Link href="/oss" style={{ color: "inherit" }}>
|
||||||
|
github
|
||||||
|
</Link>
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user