aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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"