diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 17a741e..93c72fa 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -1,7 +1,17 @@ +import Link from "next/link"; + const Footer = () => { return (
-

© Gractwo 2020-{new Date().getFullYear()}

+

+ © Gractwo 2020-{new Date().getFullYear()} + + {" | "}open-source on{" "} + + github + + +

); };