Close button fix (#141)
* Close button now points to library instead of back * Redirect back to specific manga page always Co-authored-by: a <a@a.a>
This commit is contained in:
@@ -203,7 +203,7 @@ export default function ReaderNavBar(props: IProps) {
|
|||||||
color="inherit"
|
color="inherit"
|
||||||
aria-label="menu"
|
aria-label="menu"
|
||||||
disableRipple
|
disableRipple
|
||||||
onClick={() => history.goBack()}
|
onClick={() => history.push('..')}
|
||||||
size="large"
|
size="large"
|
||||||
sx={{ mr: -1 }}
|
sx={{ mr: -1 }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user