From 4d240d81ebb67cbf4103005a8c330fd4ba15f36f Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Sun, 11 Dec 2022 14:34:09 +0100 Subject: [PATCH] oss on github footer --- components/Footer/Footer.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 + + +

); };