aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-29 17:04:33 -0800
committerFuwn <[email protected]>2023-11-29 17:04:33 -0800
commit64a99926f74001a7abd3e311c21cab400394f212 (patch)
treec331ee2ae2edbb4a3535c5fd7886a11cb7aa9760 /src
parentfix(tools): replace switch ?? (diff)
downloaddue.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.svelte2
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>