Skip to content

Commit 6334be3

Browse files
authored
Update src/app/conf/2024/layout.tsx
1 parent 26f8fce commit 6334be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Layout({
4444
links={[
4545
{ children: <span>FAQ</span>, href: "/conf/2024/faq" },
4646
{ children: <span>Speak</span>, href: "/conf/2024/speak" },
47-
{ children: <span>Register</span>, href: "#attend" },
47+
{ children: <span>Register</span>, href: "/conf/2024#attend" },
4848
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
4949
{
5050
children: <span>Schedule</span>,

0 commit comments

Comments
 (0)