Skip to content

rename Lunch and all-day beverages with All-Day Beverages and Morning and Afternoon Break #1738

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 2 commits into from
Aug 5, 2024
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
6 changes: 3 additions & 3 deletions src/app/conf/2024/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const pricing: Pricing[] = [
const includes: string[] = [
"All conference content",
"Full-day GraphQL workshop",
"Lunch and all-day beverages",
"All-Day Beverages and Morning and Afternoon Break",
"Entry to Sponsor Showcase",
"GraphQLConf event t-shirt",
"Access to watch all sessions post-event",
Expand Down Expand Up @@ -94,8 +94,8 @@ export function Pricing() {
<ClockIcon className="text-primary h-10 mb-10" />
<h3 className={classes.heading}>Speakers & Schedule</h3>
<div className="flex gap-4">
<Button href="/speakers">View the Speakers</Button>
<Button href="/schedule">View the Schedule</Button>
<Button href="/conf/2024/speakers">View the Speakers</Button>
<Button href="/conf/2024/schedule">View the Schedule</Button>
</div>
</div>
</>
Expand Down