Skip to content

Commit

Permalink
Update date
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Feb 8, 2024
1 parent 5f955d2 commit 322e3e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ export const resources: Record<Category, Resource[]> = {
},
{
title: "Pulsar Summit North America 2024",
description: "",
description: "Comming soon",
link: "",
displayDate: "Comming soon",
startDate: "", // year-month-day
displayDate: "October 29th, 2024",
startDate: "2024-10-29", // year-month-day
},
{
title: "Pulsar Summit Asia 2024",
description: "",
description: "Comming soon",
link: "",
displayDate: "Comming soon",
startDate: "", // year-month-day
displayDate: "November 22nd, 2024",
startDate: "2024-11-22", // year-month-day
},
{
title: "Pulsar Summit Europe 2023",
Expand Down

0 comments on commit 322e3e0

Please sign in to comment.