We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec63bc0 commit aeb47f8Copy full SHA for aeb47f8
app/Models/User.php
@@ -150,7 +150,7 @@ public function getMarketingAttribute()
150
151
public function getAvatarUrlAttribute()
152
{
153
- return "https://unavatar.now.sh/{$this->email}?fallback=https://beta.fantasy-calendar.com/resources/logo-accent.png";
+ return "https://unavatar.io/{$this->email}?fallback=https://beta.fantasy-calendar.com/resources/logo-accent.png";
154
}
155
156
/**
0 commit comments