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 cdfae72 commit 22acae0Copy full SHA for 22acae0
src/app/conf/2024/page.tsx
@@ -124,7 +124,7 @@ export default function Page() {
124
</InfiniteMovingSpeakers>
125
126
<div className="mt-14 flex gap-4">
127
- <Button href="/conf/2024/speakers">See all Speakers</Button>
+ <Button href="/conf/2024/speakers">See all speakers</Button>
128
</div>
129
130
<div className="mt-16">
@@ -152,7 +152,7 @@ export default function Page() {
152
153
154
155
- <Button href="/conf/2024/speakers">View full schedule</Button>
+ <Button href="/conf/2024/schedule">View full schedule</Button>
156
157
158
0 commit comments