We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690fb4f commit 5112df0Copy full SHA for 5112df0
src/app/conf/2024/pricing.tsx
@@ -94,8 +94,8 @@ export function Pricing() {
94
<ClockIcon className="text-primary h-10 mb-10" />
95
<h3 className={classes.heading}>Speakers & Schedule</h3>
96
<div className="flex gap-4">
97
- <Button href="/speakers">View the Speakers</Button>
98
- <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>
99
</div>
100
101
</>
0 commit comments