We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34954d commit adfd116Copy full SHA for adfd116
src/app/conf/2024/speak/index.mdx
@@ -15,9 +15,9 @@ export const isExpired = new Date() > new Date("2024/05/22 12:00")
15
<Button
16
className="!text-white"
17
href="https://sessionize.com/graphqlconf-2024"
18
- disabled={isExpired}
+ disabled={false}
19
>
20
- {isExpired ? "CFP Closed" : "Submit a Proposal"}
+ {false ? "CFP Closed" : "Submit a Proposal"}
21
</Button>
22
23
> Please be aware that the Linux Foundation will now be utilizing Sessionize for CFP
0 commit comments