From f3644b70db1db0bcc1b3055b88220a50905cadd5 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 20 Apr 2023 19:39:35 +0700 Subject: Update footer.js --- components/footer.js | 112 +++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 57 deletions(-) (limited to 'components/footer.js') diff --git a/components/footer.js b/components/footer.js index 5c9ddef..8701421 100644 --- a/components/footer.js +++ b/components/footer.js @@ -8,77 +8,75 @@ function Footer() { const { data: session, status } = useSession(); return ( -
-
-
-
-

moopa

+
+
+
+
+ {/*

moopa

*/} +

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 - -
  • - ) : ( -
  • - -
  • - )} -
-
    -
  • - Movies -
  • + {/*
    + gambar +
    */} +
+
+
+
    +
  • + This Season +
  • +
  • + Popular Anime +
  • +
  • + Popular Manga +
  • + {status === "loading" ? ( +

    Loading...

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