Skip to content

Commit adfd116

Browse files
authored
renable proposal submition (#1705)
1 parent f34954d commit adfd116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2024/speak/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export const isExpired = new Date() > new Date("2024/05/22 12:00")
1515
<Button
1616
className="!text-white"
1717
href="https://sessionize.com/graphqlconf-2024"
18-
disabled={isExpired}
18+
disabled={false}
1919
>
20-
{isExpired ? "CFP Closed" : "Submit a Proposal"}
20+
{false ? "CFP Closed" : "Submit a Proposal"}
2121
</Button>
2222

2323
> Please be aware that the Linux Foundation will now be utilizing Sessionize for CFP

0 commit comments

Comments
 (0)