aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/user/[user]/+page.svelte7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 0d98c9ce..73feac0d 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -152,12 +152,7 @@
{@const avatar = schedule.dict[stream]}
{#if avatar}
- <a
- href={`https://www.youtube.com/results?search_query=${encodeURIComponent(
- stream
- )}`}
- target="_blank"
- >
+ <a href={root(`/hololive/${encodeURIComponent(stream)}`)} target="_blank">
<img
src={avatar}
alt="Avatar"