closes #19
This commit is contained in:
@@ -233,7 +233,7 @@ export default function MangaDetails(props: IProps) {
|
||||
</IconButton>
|
||||
</div>
|
||||
{ /* eslint-disable-next-line react/jsx-no-target-blank */ }
|
||||
<a href={manga.url} target="_blank">
|
||||
<a href={manga.realUrl} target="_blank">
|
||||
<IconButton>
|
||||
<PublicIcon />
|
||||
<span>Open Site</span>
|
||||
|
||||
2
src/typings.d.ts
vendored
2
src/typings.d.ts
vendored
@@ -52,6 +52,8 @@ interface IManga {
|
||||
inLibrary: boolean
|
||||
source: ISource
|
||||
|
||||
realUrl: string
|
||||
|
||||
freshData: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user