diff --git a/src/components/MangaCard.tsx b/src/components/MangaCard.tsx index a640bc75..42bb16c3 100644 --- a/src/components/MangaCard.tsx +++ b/src/components/MangaCard.tsx @@ -178,6 +178,7 @@ const MangaCard = React.forwardRef((props: IProps, ref) color: 'white', textShadow: '0px 0px 3px #000000', }} + title={title} > {truncateText(title, 61)} @@ -190,6 +191,7 @@ const MangaCard = React.forwardRef((props: IProps, ref) position: 'relative', color: 'text.primary', }} + title={title} > {truncateText(title, 61)} @@ -244,7 +246,7 @@ const MangaCard = React.forwardRef((props: IProps, ref) width: 'min-content', }} > - + {truncateText(title, 61)}