diff options
author | 2020-09-30 21:25:35 +0100 | |
---|---|---|
committer | 2020-09-30 21:25:46 +0100 | |
commit | 603ceb7fbad2f84a67aea4d7d5ff4e4b74f71238 (patch) | |
tree | bc94ea02da39db95c0da241c80d7fe7030b80650 /src/api | |
parent | Add dummy form data for fetching form listings (diff) |
Update description of form listing
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/forms.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/forms.ts b/src/api/forms.ts index a0c27ce..1b7b11c 100644 --- a/src/api/forms.ts +++ b/src/api/forms.ts @@ -17,8 +17,8 @@ export function getForms(): Form[] { open: false }, { - name: "Code Jam Sign Ups", - description: "Insights about the Python Discord community", + name: "Code Jam 2099 Sign Ups", + description: "Signing up for Python Discord's millionth code jam!", open: false } ] |