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:
parent
fa2ee4fe36
commit
7aee89b586
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue