diff options
Diffstat (limited to 'components/hero/content.js')
| -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={ |