aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/views/profile.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/profile.blade.php b/resources/views/profile.blade.php
index e986cb7..adbae95 100644
--- a/resources/views/profile.blade.php
+++ b/resources/views/profile.blade.php
@@ -28,7 +28,7 @@
<div class="profile-header-container">
<div class="profile-header-img">
- <img height="100px" width="100px" class="rounded-circle" src="/storage/avatars/{{ $user->avatar }}" />
+ <img height="100px" width="100px" class="rounded-circle" src="/avatar/{{ $user->id }}" />
<!-- badge -->
<div class="rank-label-container">
<span class="label label-default rank-label">{{$user->name}}</span>