0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Double default gravatar size (#268)

This commit is contained in:
John O'Nolan 2016-09-19 15:38:42 +02:00 committed by Hannah Wolfe
parent 49de4b5b59
commit a9917f0edf

View file

@ -24,7 +24,7 @@ import {isNotFoundError} from 'ember-ajax/errors';
*/
export default Component.extend({
email: '',
size: 90,
size: 180,
debounce: 300,
validEmail: '',