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