diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/_views/template/pfp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/pfp.php b/src/web/_views/template/pfp.php index aec7318..9a5a336 100644 --- a/src/web/_views/template/pfp.php +++ b/src/web/_views/template/pfp.php @@ -4,5 +4,5 @@ $class = isset($class) ? $class : ''; ?> <a class="image-loading pfp <?=$class?>" href="/profile?id=<?=$user['id']?>"> - <img src="/api/rpc/avatar?user_id=<?=$user['id']?>" /> + <img src="/api/rpc/profile_avatar?user_id=<?=$user['id']?>"/> </a> |