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:
parent
49de4b5b59
commit
a9917f0edf
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import {isNotFoundError} from 'ember-ajax/errors';
|
|||
*/
|
||||
export default Component.extend({
|
||||
email: '',
|
||||
size: 90,
|
||||
size: 180,
|
||||
debounce: 300,
|
||||
|
||||
validEmail: '',
|
||||
|
|
Loading…
Add table
Reference in a new issue