Skip to content

Commit

Permalink
closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Aug 26, 2021
1 parent 9f6a76c commit cf71f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manga/MangaDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ interface IManga {
inLibrary: boolean
source: ISource

realUrl: string

freshData: boolean
}

Expand Down

0 comments on commit cf71f16

Please sign in to comment.