From d240743fac9f76f23d3f4faf1c02c392163926ce Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 20 Apr 2023 17:47:46 +0700 Subject: Update footer.js --- components/footer.js | 119 ++++++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 54 deletions(-) (limited to 'components/footer.js') diff --git a/components/footer.js b/components/footer.js index 77cf643..5c9ddef 100644 --- a/components/footer.js +++ b/components/footer.js @@ -2,19 +2,75 @@ import Twitter from "./media/twitter"; import Instagram from "./media/instagram"; import Link from "next/link"; import Image from "next/image"; +import { signIn, useSession } from "next-auth/react"; function Footer() { + const { data: session, status } = useSession(); + return ( -
-
-
-

moopa

-

- © {new Date().getFullYear()} moopa.my.id | Website Made by - Factiven -

+
+
+
+
+

moopa

+
+

+ © {new Date().getFullYear()} moopa.my.id | Website Made by + Factiven +

+

+ This site does not store any files on our server, we only linked + to the media which is hosted on 3rd party services. +

+
+
+ +
+
+
    +
  • + This Season +
  • +
  • + Popular Anime +
  • +
  • + Popular Manga +
  • + {status === "loading" ? ( +

    Loading...

    + ) : session ? ( +
  • + + My List + +
  • + ) : ( +
  • + +
  • + )} +
+ +
+
-
+
gambar
- -
-
-
    -
  • - API -
  • -
  • - Staff -
  • -
  • - Contact -
  • -
  • - DMCA -
  • -
- -
-
-
- - - -
-
- - - -
-
-
); -- cgit v1.2.3