Skip to content

Commit c1126bc

Browse files
authored
Update Google Form URL in applicationConfig
1 parent 575c6aa commit c1126bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source code/src/config/applicationConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
export const APPLICATION_CONFIG = {
55
// Google Form URL - set this when applications are open
66
// Set to null or empty string to show "Application Closed" page
7-
googleFormUrl: null,
8-
//googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
7+
//googleFormUrl: null,
8+
googleFormUrl: "https://forms.gle/Kw1vzSnmE2h5hf9p8",
99

1010
// Alternative: You can also set this to a different application system URL
1111
// applicationUrl: "https://your-application-system.com/apply",

0 commit comments

Comments
 (0)