Update sign up message and available meetup location

This commit is contained in:
pikiou
2022-10-29 01:01:11 +02:00
parent 2a1d2ef49b
commit e6a049d0d1
39 changed files with 1014 additions and 498 deletions

View File

@@ -6,7 +6,7 @@ import { AskWelcome } from "./AskWelcome"
import { AskBrunch, fetchFor as fetchForBrunch } from "./AskBrunch"
import { AskRetex, fetchFor as fetchForRetex } from "./AskRetex"
import { AskDiscord, fetchFor as fetchForDiscord } from "./AskDiscord"
// import { AskDayWishes, fetchFor as fetchForDayWishes } from "./AskDayWishes"
import { AskDayWishes, fetchFor as fetchForDayWishes } from "./AskDayWishes"
// import { AskHosting, fetchFor as fetchForHosting } from "./AskHosting"
// import { AskMeals, fetchFor as fetchForMeals } from "./AskMeals"
// import { AskPersonalInfo, fetchFor as fetchForPersonalInfo } from "./AskPersonalInfo"
@@ -26,7 +26,7 @@ const Asks = (): JSX.Element | null => {
AskRetex(asks, 3)
AskDiscord(asks, 5)
// AskDayWishes(asks, 10)
AskDayWishes(asks, 10)
// AskTeamWishes(asks, 11)
// AskParticipationDetails(asks, 12)
// AskPersonalInfo(asks, 15)
@@ -69,7 +69,7 @@ export const fetchFor = [
...fetchForBrunch,
...fetchForRetex,
...fetchForDiscord,
// ...fetchForDayWishes,
...fetchForDayWishes,
// ...fetchForHosting,
// ...fetchForMeals,
// ...fetchForTeamWishes,