Skip to content

Commit 9483c55

Browse files
authored
Modify googleFormUrl in applicationConfig
Updated googleFormUrl to null and commented out the previous URL.
1 parent abcf8f3 commit 9483c55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 as string | null,
8-
googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
7+
googleFormUrl: null,
8+
//googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
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)