diff --git a/src/App.vue b/src/App.vue index 6314ba935..4ba3ef266 100644 --- a/src/App.vue +++ b/src/App.vue @@ -275,7 +275,7 @@ auth.logout() }, gravatar() { - return 'https://www.gravatar.com/avatar/' + this.user.infos.avatar + '?s=50' + return 'https://www.gravatar.com/avatar/' + this.user.infos.avatar + '?s=50&d=mp' }, loadNamespaces() { this.namespaceService = new NamespaceService()