From 5f2f23eeb62c390182334394a4306b0eda287ffa Mon Sep 17 00:00:00 2001
From: Factiven
+or you can DM me on Discord `CritenDust#3704`/`Factiven#9110`. (just contact me on one of these account)
## Support This Project
diff --git a/components/footer.js b/components/footer.js
index 3494810..50c556a 100644
--- a/components/footer.js
+++ b/components/footer.js
@@ -22,7 +22,7 @@ function Footer() {
© {new Date().getFullYear()} moopa.live | 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.
diff --git a/components/hero/content.js b/components/hero/content.js index 25e1431..7e2d9ab 100644 --- a/components/hero/content.js +++ b/components/hero/content.js @@ -52,11 +52,8 @@ export default function Content({ ids, section, data }) { > - {/*
diff --git a/pages/anime/watch/[...info].js b/pages/anime/watch/[...info].js
index 682e252..41635b8 100644
--- a/pages/anime/watch/[...info].js
+++ b/pages/anime/watch/[...info].js
@@ -288,7 +288,7 @@ export default function Info({ sessions, id, aniId, provider }) {
{loading ? (
-
+
) : (
-
+
)}
{data ? (
@@ -386,7 +386,7 @@ export default function Info({ sessions, id, aniId, provider }) {
{data ? data.studios : }
-
+
setOpen(true)}>
diff --git a/pages/index.js b/pages/index.js
index 6295dee..fcf8288 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -86,9 +86,9 @@ export function Navigasi() {
placeholder="Search Anime"
onKeyDown={handleKeyDown}
/>
-
+
-
+
diff --git a/styles/globals.css b/styles/globals.css
index 9e1e6a4..f2ea9d2 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -213,6 +213,8 @@ pre {
padding: 1rem;
margin: 1rem 0;
@apply bg-[#191c24];
+ white-space: pre-wrap;
+ word-wrap: break-word;
}
pre code {
@@ -230,22 +232,3 @@ pre code {
.language-bash {
color: #89b482;
}
-
-.hover-parent:hover .hover-child {
- display: block;
-}
-
-.hover-child {
- display: none;
-}
-
-.hover-child:hover {
- display: none;
-}
-
-.grid-container {
- display: grid;
- grid-template-columns: repeat(5, 1fr);
- grid-gap: 1rem;
- padding: 1rem;
-}
--
cgit v1.2.3