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/hero | |
| 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/hero')
| -rw-r--r-- | components/hero/content.js | 5 |
1 files changed, 1 insertions, 4 deletions
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={ |