We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1126bc commit 2a4c6e2Copy full SHA for 2a4c6e2
1 file changed
Source code/src/config/applicationConfig.ts
@@ -4,8 +4,8 @@
4
export const APPLICATION_CONFIG = {
5
// Google Form URL - set this when applications are open
6
// Set to null or empty string to show "Application Closed" page
7
- //googleFormUrl: null,
8
- googleFormUrl: "https://forms.gle/Kw1vzSnmE2h5hf9p8",
+ googleFormUrl: null,
+ //googleFormUrl: "https://forms.gle/Kw1vzSnmE2h5hf9p8",
9
10
// Alternative: You can also set this to a different application system URL
11
// applicationUrl: "https://your-application-system.com/apply",
0 commit comments