1
0
Fork 0

fix(pattern-info): Keep pattern list alphabetic

This commit is contained in:
Joost De Cock 2021-02-18 16:14:26 +01:00
parent 3721e81f2f
commit dfb2dcdf9a
2 changed files with 6 additions and 2 deletions

View file

@ -13,12 +13,12 @@ export const list = [
'benjamin',
'bent',
'breanna',
'diana',
'brian',
'bruce',
'carlita',
'carlton',
'cathrin',
'diana',
'florent',
'florence',
'holmes',
@ -72,4 +72,4 @@ export const withoutBreasts = [
'waralee'
]
export const withBreasts = ['bella', 'breanna', 'diana', 'cathrin', 'carlita', 'simone']
export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']