mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +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(
|
||||
[
|
||||
'ProfileFrame Purple',
|
||||
'ProfileFrame Mixed Bars',
|
||||
'ProfileFrame Yellow Bars',
|
||||
'ProfileFrame Red Bars',
|
||||
'ProfileFrame Blue Bars',
|
||||
'ProfileFrame Green Bars',
|
||||
'ProfileFrame White Bars',
|
||||
'ProfileFrame Mixed Bars',
|
||||
]
|
||||
.map(async frame_filename => {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue