Skip to content

Commit

Permalink
feat: update featured apps (sismo-core#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZKentin authored Jul 10, 2023
1 parent f12e8f4 commit 6d4b3d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion space-configs/demo/cow-swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default {
},
options: {
isFeatured: true,
endDate: new Date("2023-07-19T18:00Z"),
},
},
],
Expand Down
1 change: 0 additions & 1 deletion space-configs/demo/sismo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ export default {
userSelection: { type: "Lottery", maxNumberOfEntries: 1000, numberOfWinners: 10 },
},
options: {
endDate: new Date("2023-07-07T18:00"),
isFeatured: true,
},
},
Expand Down
1 change: 0 additions & 1 deletion space-configs/main/sismo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export default {
},
options: {
endDate: new Date("2023-07-07T18:00"),
isFeatured: true,
},
},
],
Expand Down
3 changes: 0 additions & 3 deletions space-configs/main/the-merge-contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ export default {
},
},
},
options: {
isFeatured: true,
},
},
],
} as SpaceConfig;

0 comments on commit 6d4b3d9

Please sign in to comment.