Skip to content

Commit

Permalink
Secret Santa -> 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaLightsabr authored Nov 1, 2024
1 parent 9137144 commit e2726d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/santa.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import FadeIn from '../components/fade-in'
import { keyframes } from '@emotion/react'
import { useState } from 'react'

const year = 2023
const year = 2024
const announcementMessage =
'https://hackclub.slack.com/archives/C01D7AHKMPF/p1671483616032169'
'https://hackclub.slack.com/archives/CQFS7Q4A1/p1730478548123589'
const signupsOpen = true

const Hero = styled(Box)`
Expand Down Expand Up @@ -89,7 +89,7 @@ const Page = () => (
caps
>
<FadeIn delay={300} duration={600}>
It's 2023,
It's 2024,
</FadeIn>
<FadeIn delay={1200} duration={600}>
the holidays have come,
Expand Down Expand Up @@ -196,7 +196,7 @@ function Signup() {
return (
<Base
method="get"
action="https://forms.hackclub.com/2023-secret-santa-form"
action="https://forms.hackclub.com/2024-secret-santa-form"
>
<Heading sx={{ color: 'black', textAlign: 'left', mb: 2 }}>
Register!
Expand Down

0 comments on commit e2726d5

Please sign in to comment.