Skip to content

Commit aeb47f8

Browse files
committed
Update unavatar URL
1 parent ec63bc0 commit aeb47f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getMarketingAttribute()
150150

151151
public function getAvatarUrlAttribute()
152152
{
153-
return "https://unavatar.now.sh/{$this->email}?fallback=https://beta.fantasy-calendar.com/resources/logo-accent.png";
153+
return "https://unavatar.io/{$this->email}?fallback=https://beta.fantasy-calendar.com/resources/logo-accent.png";
154154
}
155155

156156
/**

0 commit comments

Comments
 (0)