mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Secret Santa -> 2024
This commit is contained in:
parent
9137144fcc
commit
e2726d5b9c
1 changed files with 4 additions and 4 deletions
|
|
@ -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)`
|
||||
|
|
@ -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,
|
||||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue