From 783401723aaa770062bd6c60d3296dcf8cbb6692 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 9 Feb 2020 13:16:34 +0100 Subject: [PATCH] Better default profile image --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6314ba9359..4ba3ef2669 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()