Skip to content

Website/docs: Update speak page #1461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/pages/conf/speak.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const cfp: Array<{ id: string; title: string; contents: ReactNode }> = [
contents: (
<DL
items={[
["CFP Closes", "Friday, May 26 at 11:59 PM PDT (UTC-7)"],
["CFP Notifications", "Monday, July 10"],
["Schedule Announcement", "Wednesday, July 12"],
["CFP Closes", "Friday, June 9 at 11:59 PM PDT (UTC-7)"],
["CFP Notifications", "Wednesday, June 21"],
["Schedule Announcement", "Friday, June 29"],
["Slide upload deadline to Sched.com", "Friday, September 15"],
["Event Date", "Tuesday, September 19 – Thursday, September 21"],
]}
Expand Down Expand Up @@ -290,7 +290,7 @@ export default () => {
(CFP) and sharing your experience across a wide range of topics.
</p>
<p>
The CFP is open through Friday, May 26. For any questions
The CFP is open through Friday, June 9. For any questions
regarding the CFP process, please email{" "}
<a href="mailto:[email protected]">
[email protected]
Expand Down