Skip to content

Commit

Permalink
Merge pull request #54 from Bloceducare/feat/registration
Browse files Browse the repository at this point in the history
  • Loading branch information
codeWhizperer authored Nov 8, 2023
2 parents c0e9584 + 6e8b03e commit c506c5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified public/cartesi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions server/template/web2.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
// We are happy to receive your application. At Web3bridge, our goal is to help you kickstart your journey into tech with the Web2 track of the cohort.
// </p>
// <p>
// Web3bridge cohort X opens July 24, 2023, the onboarding to the cohort starts immediately after we receive your application and we proceed to
// Web3bridge cohort X opens January 24, 2023, the onboarding to the cohort starts immediately after we receive your application and we proceed to
// <ul>
// <li>
// Grouping every participant
Expand All @@ -195,7 +195,7 @@

// </p>
// <p>
// Do note that Discord onboarding will start from July 12 to ensure that you and everyone in your cohort/group bond well before the cohort starts in July.
// Do note that Discord onboarding will start from January 12 to ensure that you and everyone in your cohort/group bond well before the cohort starts in January.
// </p>

// <p>
Expand Down Expand Up @@ -482,7 +482,7 @@ const web2 = `<!DOCTYPE html>
</p>
<p>
Do note that Discord onboarding will start from December 15th to ensure that you and everyone in your cohort/group bond well before the cohort starts in July.
Do note that Discord onboarding will start from December 15th to ensure that you and everyone in your cohort/group bond well before the cohort starts in January.
</p>
<p>
Expand Down
1 change: 1 addition & 0 deletions src/pages/api/cohort-users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ router
type: currentTrack,
file: req.body.currentTrack,
currentTrack: req.body.currentTrack,
userDb:req.body.currentTrack
}),
]);

Expand Down

0 comments on commit c506c5f

Please sign in to comment.