From a4c2377011eddb580aa6df8dd56127259381e01b Mon Sep 17 00:00:00 2001 From: Factiven Date: Fri, 14 Apr 2023 16:26:42 +0700 Subject: Update 7th --- components/footer.js | 18 +++++++++--------- components/hero/content.js | 7 ++++++- components/layout.js | 4 ++-- components/navbar.js | 43 +++++++++++++++++++++++++++---------------- 4 files changed, 44 insertions(+), 28 deletions(-) (limited to 'components') diff --git a/components/footer.js b/components/footer.js index 4284dcf..77cf643 100644 --- a/components/footer.js +++ b/components/footer.js @@ -5,7 +5,7 @@ import Image from "next/image"; function Footer() { return ( -
+

moopa

@@ -27,30 +27,30 @@ function Footer() {
    -
  • +
  • API
  • -
  • +
  • Staff
  • -
  • +
  • Contact
  • -
  • +
  • DMCA
diff --git a/components/hero/content.js b/components/hero/content.js index b7515d2..96f49fd 100644 --- a/components/hero/content.js +++ b/components/hero/content.js @@ -52,13 +52,17 @@ export default function Content({ ids, section, data }) { > + {/*
+ {anime.title.romaji || anime.title.english} +
*/} {anime.title.romaji diff --git a/components/navbar.js b/components/navbar.js index e0c1047..6bc5504 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -29,7 +29,7 @@ function Navbar(props) { return (
-
+
moopa
@@ -186,7 +186,7 @@ function Navbar(props) {
-- cgit v1.2.3