diff options
| author | Factiven <[email protected]> | 2023-05-02 14:17:51 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-02 14:17:51 +0700 |
| commit | 5f2f23eeb62c390182334394a4306b0eda287ffa (patch) | |
| tree | 31792712a12d154af0275f29b65365535f9eafe4 /components | |
| parent | Switched CORS domain (diff) | |
| download | moopa-5f2f23eeb62c390182334394a4306b0eda287ffa.tar.xz moopa-5f2f23eeb62c390182334394a4306b0eda287ffa.zip | |
Update pre - v3.5.4
> UI adjustment on smaller devices
Diffstat (limited to 'components')
| -rw-r--r-- | components/footer.js | 2 | ||||
| -rw-r--r-- | components/hero/content.js | 5 |
2 files changed, 2 insertions, 5 deletions
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 </p> - <p className="font-karla md:text-[0.8rem] text-[0.65rem] text-[#9c9c9c] w-[320px] md:w-[520px] italic"> + <p className="font-karla md:text-[0.8rem] text-[0.65rem] text-[#9c9c9c] md:w-[520px] italic"> This site does not store any files on our server, we only linked to the media which is hosted on 3rd party services. </p> 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 }) { > <Link href={`/anime/${anime.id}`} - className="hover:scale-105 group relative duration-300 ease-in-out hover-parent" + className="hover:scale-105 group relative duration-300 ease-in-out" > - {/* <div className="fixed top-0 z-40 bg-black invisible group-hover:visible"> - {anime.title.romaji || anime.title.english} - </div> */} <Image draggable={false} src={ |