1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2025-01-03 13:28:28 +00:00

moved mixed up

This commit is contained in:
thomasrosen 2021-01-23 18:47:33 +01:00
parent fa2ee4fe36
commit 7aee89b586

View file

@ -9,12 +9,12 @@ function FrameChooser({onChange}) {
Promise.all( Promise.all(
[ [
'ProfileFrame Purple', 'ProfileFrame Purple',
'ProfileFrame Mixed Bars',
'ProfileFrame Yellow Bars', 'ProfileFrame Yellow Bars',
'ProfileFrame Red Bars', 'ProfileFrame Red Bars',
'ProfileFrame Blue Bars', 'ProfileFrame Blue Bars',
'ProfileFrame Green Bars', 'ProfileFrame Green Bars',
'ProfileFrame White Bars', 'ProfileFrame White Bars',
'ProfileFrame Mixed Bars',
] ]
.map(async frame_filename => { .map(async frame_filename => {
return { return {