diff --git a/website/src/state/workshops/workshops.state.ts b/website/src/state/workshops/workshops.state.ts index a51d4fd6874..becf10062fd 100644 --- a/website/src/state/workshops/workshops.state.ts +++ b/website/src/state/workshops/workshops.state.ts @@ -16,18 +16,18 @@ export type WorkshopsState = Workshop[]; export const initialState: WorkshopsState = [ { - id: "ndc-copenhagen-2023", + id: "online-231010", title: "Fullstack GraphQL", teaser: "Learn to build modern APIs like Facebook and Netflix in our Fullstack GraphQL workshop.", - date: "28 - 29 August 2023", - host: "NDC", - place: "{ Copenhagen }", - url: "https://cphdevfest.com/workshops/building-modern-applications-with-graphql-using-asp-net-core-6-hot-chocolate-and-relay/b7d68a9db642", - image: "ndc-copenhagen", - hero: true, - banner: false, - active: isActive("2023-08-28"), + date: "10 - 11 October 2023", + host: "ONLINE", + place: "9AM-5PM CDT", + url: "https://www.eventbrite.com/e/fullstack-graphql-usa-mountain-time-tickets-710559090367", + image: "online", + hero: false, + banner: true, + active: isActive("2023-10-10"), }, ];