From a9917f0edfeb3447d610e08021e30bc2e1ab3da3 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 19 Sep 2016 15:38:42 +0200 Subject: [PATCH] Double default gravatar size (#268) --- ghost/admin/app/components/gh-profile-image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-profile-image.js b/ghost/admin/app/components/gh-profile-image.js index 511235f4a4..c35f42e06c 100644 --- a/ghost/admin/app/components/gh-profile-image.js +++ b/ghost/admin/app/components/gh-profile-image.js @@ -24,7 +24,7 @@ import {isNotFoundError} from 'ember-ajax/errors'; */ export default Component.extend({ email: '', - size: 90, + size: 180, debounce: 300, validEmail: '',