Skip to content

Commit e6019ee

Browse files
authored
Set googleFormUrl to active Google Form link
Updated googleFormUrl to a valid URL for applications.
1 parent af55f83 commit e6019ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Source code/src/config/applicationConfig.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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,
7+
// googleFormUrl: null as string | null,
8+
googleFormUrl: "https://forms.gle/xEsCjBCaqRBW7FsY7",
89

910
// Alternative: You can also set this to a different application system URL
1011
// applicationUrl: "https://your-application-system.com/apply",
@@ -30,4 +31,4 @@ export const APPLICATION_CONFIG = {
3031

3132
// Example usage:
3233
// To open applications: set googleFormUrl = "https://forms.google.com/your-form-id"
33-
// To close applications: set googleFormUrl = null or ""
34+
// To close applications: set googleFormUrl = null or ""

0 commit comments

Comments
 (0)