aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/user')
-rw-r--r--src/routes/user/[user]/+page.svelte6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index f33ba801..43480392 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -69,11 +69,7 @@
<div class="card" id="user-grid-content">
<div id="user-grid-avatar">
- <a
- href={`https://anilist.co/user/${userData.name}`}
- target="_blank"
- title={String(userData.id)}
- >
+ <a href={`https://anilist.co/user/${userData.name}`} target="_blank">
<img src={userData.avatar.large} alt="" width="100vw" id="avatar" />
</a>
</div>