Skip to content

Commit 5f9e190

Browse files
authored
rename Lunch and all-day beverages with All-Day Beverages and Morning and Afternoon Break (graphql#1738)
* aa * Update pricing.tsx
1 parent 2de1652 commit 5f9e190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/conf/2024/pricing.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const pricing: Pricing[] = [
3333
const includes: string[] = [
3434
"All conference content",
3535
"Full-day GraphQL workshop",
36-
"Lunch and all-day beverages",
36+
"All-Day Beverages and Morning and Afternoon Break",
3737
"Entry to Sponsor Showcase",
3838
"GraphQLConf event t-shirt",
3939
"Access to watch all sessions post-event",
@@ -94,8 +94,8 @@ export function Pricing() {
9494
<ClockIcon className="text-primary h-10 mb-10" />
9595
<h3 className={classes.heading}>Speakers & Schedule</h3>
9696
<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>
9999
</div>
100100
</div>
101101
</>

0 commit comments

Comments
 (0)