Skip to content

Commit 4fadec2

Browse files
authored
Fix: change href for Explore all recordings and slides! button (graphql#1791)
1 parent 8205769 commit 4fadec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/conf/2024/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ export default function Page() {
7878
</div>
7979
<HostedByGraphQLFoundation className="shrink-0 h-8 lg:h-10 mt-5 mb-12 self-start" />
8080
<div className="flex items-center gap-12 max-md:flex-col">
81-
<Button href="/schedule">Explore all recordings and slides!</Button>
81+
<Button href="/conf/2024/schedule/">
82+
Explore all recordings and slides!
83+
</Button>
8284
</div>
8385
</div>
8486
</div>

0 commit comments

Comments
 (0)