Skip to content

Commit 108bdf3

Browse files
authored
Merge pull request #1426 from aramshiva/patch-4
Close Secret Santa 2024 event
2 parents cd6312f + 5cbcb09 commit 108bdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/santa.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { useState } from 'react'
2222
const year = 2024
2323
const announcementMessage =
2424
'https://hackclub.slack.com/archives/CQFS7Q4A1/p1730478548123589'
25-
const signupsOpen = true
25+
const signupsOpen = false
2626

2727
const Hero = styled(Box)`
2828
background-image: linear-gradient(

0 commit comments

Comments
 (0)