diff --git a/src/components/chapter/ChapterCard.tsx b/src/components/chapter/ChapterCard.tsx index 319589a8..4ebc1a67 100644 --- a/src/components/chapter/ChapterCard.tsx +++ b/src/components/chapter/ChapterCard.tsx @@ -28,6 +28,7 @@ import { DownloadType } from '@/lib/graphql/generated/graphql.ts'; import { TChapter } from '@/typings.ts'; import { ChapterActionMenuItems } from '@/components/chapter/ChapterActionMenuItems.tsx'; import { Menu } from '@/components/menu/Menu.tsx'; +import { TypographyMaxLines } from '@/components/atoms/TypographyMaxLines.tsx'; interface IProps { chapter: TChapter; @@ -108,7 +109,7 @@ export const ChapterCard: React.FC = (props: IProps) => { }} > - + {chapter.isBookmarked && ( = (props: IProps) => { {showChapterNumber ? `${t('chapter.title')} ${chapter.chapterNumber}` : chapter.name} - + {chapter.scanlator} {getDateString(Number(chapter.uploadDate ?? 0), true)}