File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const pricing: Pricing[] = [
33
33
const includes : string [ ] = [
34
34
"All conference content" ,
35
35
"Full-day GraphQL workshop" ,
36
- "Lunch and all-day beverages " ,
36
+ "All-Day Beverages and Morning and Afternoon Break " ,
37
37
"Entry to Sponsor Showcase" ,
38
38
"GraphQLConf event t-shirt" ,
39
39
"Access to watch all sessions post-event" ,
@@ -94,8 +94,8 @@ export function Pricing() {
94
94
< ClockIcon className = "text-primary h-10 mb-10" />
95
95
< h3 className = { classes . heading } > Speakers & Schedule </ h3 >
96
96
< div className = "flex gap-4" >
97
- < Button href = "/speakers" > View the Speakers</ Button >
98
- < Button href = "/schedule" > View the Schedule</ Button >
97
+ < Button href = "/conf/2024/ speakers" > View the Speakers</ Button >
98
+ < Button href = "/conf/2024/ schedule" > View the Schedule</ Button >
99
99
</ div >
100
100
</ div >
101
101
</ >
You can’t perform that action at this time.
0 commit comments