Skip to content

Commit

Permalink
add: featured app (sismo-core#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZKentin authored Jul 12, 2023
1 parent 2b192f1 commit 4783461
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions space-configs/demo/cow-swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ export default {
saveAuths: true,
},
},
options: {
isFeatured: true,
},
},
],
} as SpaceConfig;
1 change: 1 addition & 0 deletions space-configs/demo/sismo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default {
},
options: {
endDate: new Date("2023-09-01T10:00"),
isFeatured: true,
},
},
{
Expand Down
1 change: 0 additions & 1 deletion space-configs/main/cow-swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export default {
},
},
options: {
isFeatured: true,
endDate: new Date("2023-07-19T18:00Z"),
},
},
Expand Down
1 change: 1 addition & 0 deletions space-configs/main/sismo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default {
},
options: {
endDate: new Date("2023-09-01T10:00"),
isFeatured: true,
},
},
{
Expand Down

0 comments on commit 4783461

Please sign in to comment.