Pause world championships
We aren't actually quite ready to run this yet, so announcing a pause it for now.
This commit is contained in:
@@ -19,6 +19,8 @@ import {
|
|||||||
useInterval,
|
useInterval,
|
||||||
Image,
|
Image,
|
||||||
Flex,
|
Flex,
|
||||||
|
Alert,
|
||||||
|
AlertIcon,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { signIn, useSession } from "next-auth/react";
|
import { signIn, useSession } from "next-auth/react";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
@@ -188,12 +190,18 @@ export default function Signup() {
|
|||||||
<Heading size="lg" textAlign="center">
|
<Heading size="lg" textAlign="center">
|
||||||
🏆 Prompt Engineering World Championships
|
🏆 Prompt Engineering World Championships
|
||||||
</Heading>
|
</Heading>
|
||||||
<CountdownTimer
|
{/* <CountdownTimer
|
||||||
date={new Date("2023-08-14T00:00:00Z")}
|
date={new Date("2023-08-14T00:00:00Z")}
|
||||||
fontSize="2xl"
|
fontSize="2xl"
|
||||||
alignSelf="center"
|
alignSelf="center"
|
||||||
color="gray.500"
|
color="gray.500"
|
||||||
/>
|
/> */}
|
||||||
|
<Alert status="warning" mt={4}>
|
||||||
|
<AlertIcon />
|
||||||
|
We've decided to pause the World Championships for the moment because our systems aren't
|
||||||
|
quite ready. You can still sign up if you're interested and we'll notify you once we
|
||||||
|
reschedule!
|
||||||
|
</Alert>
|
||||||
|
|
||||||
<ApplicationStatus py={8} alignSelf="center" />
|
<ApplicationStatus py={8} alignSelf="center" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user