mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +00:00
moved some pride frames to the back
This commit is contained in:
parent
f672a4868f
commit
2cdb0678b3
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,6 @@ function FrameChooser({ onChange }) {
|
|||
async function loadFrames(){
|
||||
Promise.all(
|
||||
[
|
||||
'pride-2022-1',
|
||||
'pride-2022-2',
|
||||
'5xSOM-Pride',
|
||||
'ukraine',
|
||||
// 'btw_VoteVolt_Balken',
|
||||
|
@ -31,6 +29,8 @@ function FrameChooser({ onChange }) {
|
|||
// '2xSOM-Red-Yellow',
|
||||
'4xSOM-Blue-Red-Yellow-Green',
|
||||
'4xSOM-Blue-Red-Yellow-Green-Overflow',
|
||||
'pride-2022-1',
|
||||
'pride-2022-2',
|
||||
]
|
||||
.map(async frame_filename => {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue