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 26f8fce commit 6334be3Copy full SHA for 6334be3
src/app/conf/2024/layout.tsx
@@ -44,7 +44,7 @@ export default function Layout({
44
links={[
45
{ children: <span>FAQ</span>, href: "/conf/2024/faq" },
46
{ children: <span>Speak</span>, href: "/conf/2024/speak" },
47
- { children: <span>Register</span>, href: "#attend" },
+ { children: <span>Register</span>, href: "/conf/2024#attend" },
48
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
49
{
50
children: <span>Schedule</span>,
0 commit comments