aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-18 06:38:01 -0800
committerFuwn <[email protected]>2024-02-18 06:38:01 -0800
commita4a336f42047d6f6072342edd7c67781ddffb6de (patch)
tree19142b69e7b9309500e14db288b9290e28ded74d /src
parentfeat(user): larger hololive badges (diff)
downloaddue.moe-a4a336f42047d6f6072342edd7c67781ddffb6de.tar.xz
due.moe-a4a336f42047d6f6072342edd7c67781ddffb6de.zip
feat(user): no blank link to hololive talent
Diffstat (limited to 'src')
-rw-r--r--src/routes/user/[user]/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 1e01320b..b7448d31 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -152,7 +152,7 @@
{@const avatar = schedule.dict[stream]}
{#if avatar}
- <a href={root(`/hololive/${encodeURIComponent(stream)}`)} target="_blank">
+ <a href={root(`/hololive/${encodeURIComponent(stream)}`)}>
<img
src={avatar}
alt="Avatar"