Skip to content

Commit 5112df0

Browse files
authored
Update pricing.tsx
1 parent 690fb4f commit 5112df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2024/pricing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)