diff options
| author | Fuwn <[email protected]> | 2023-11-29 17:04:33 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-29 17:04:33 -0800 |
| commit | 64a99926f74001a7abd3e311c21cab400394f212 (patch) | |
| tree | c331ee2ae2edbb4a3535c5fd7886a11cb7aa9760 /src | |
| parent | fix(tools): replace switch ?? (diff) | |
| download | due.moe-64a99926f74001a7abd3e311c21cab400394f212.tar.xz due.moe-64a99926f74001a7abd3e311c21cab400394f212.zip | |
feat(sequel_spy): add target blank
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Tools/SequelSpy.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/SequelSpy.svelte b/src/lib/Tools/SequelSpy.svelte index 755160a4..a6beb21e 100644 --- a/src/lib/Tools/SequelSpy.svelte +++ b/src/lib/Tools/SequelSpy.svelte @@ -40,7 +40,7 @@ <ul> {#each currentPrequels as prequel} <li> - <a href={`https://anilist.co/anime/${prequel.id}`}> + <a href={`https://anilist.co/anime/${prequel.id}`} target="_blank"> <MediaTitle title={prequel.title} /> </a> <span style="opacity: 50%;">|</span> |