better reader title, next, prev buttons

This commit is contained in:
Aria Moradi
2021-08-29 01:57:46 +04:30
parent cf71f16ea9
commit f5a88d98af
2 changed files with 7 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ export default function Reader() {
settings={settings}
setSettings={setSettings}
manga={manga}
chapter={chapter}
chapter={chapter as IChapter}
curPage={curPage}
/>
),