1
0
Fork 0
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:
thomasrosen 2023-10-03 12:48:47 +02:00
parent f672a4868f
commit 2cdb0678b3

View file

@ -10,8 +10,6 @@ function FrameChooser({ onChange }) {
async function loadFrames(){ async function loadFrames(){
Promise.all( Promise.all(
[ [
'pride-2022-1',
'pride-2022-2',
'5xSOM-Pride', '5xSOM-Pride',
'ukraine', 'ukraine',
// 'btw_VoteVolt_Balken', // 'btw_VoteVolt_Balken',
@ -31,6 +29,8 @@ function FrameChooser({ onChange }) {
// '2xSOM-Red-Yellow', // '2xSOM-Red-Yellow',
'4xSOM-Blue-Red-Yellow-Green', '4xSOM-Blue-Red-Yellow-Green',
'4xSOM-Blue-Red-Yellow-Green-Overflow', '4xSOM-Blue-Red-Yellow-Green-Overflow',
'pride-2022-1',
'pride-2022-2',
] ]
.map(async frame_filename => { .map(async frame_filename => {
return { return {