Skip to content

Commit c1c40d4

Browse files
committed
apply suggessions
1 parent d834d11 commit c1c40d4

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,14 @@ 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" },
4748
{ children: <span>Sponsor</span>, href: "/conf/2024/sponsor" },
4849
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
49-
{
50-
children: <span>Speakers</span>,
51-
href: "/conf/2024/speakers",
52-
"aria-disabled": true,
53-
},
5450
{
5551
children: <span>Schedule</span>,
5652
href: "/conf/2024/schedule",
5753
"aria-disabled": true,
5854
},
59-
{ children: <span>GraphQLConf 2023</span>, href: "/conf/2023" },
60-
{
61-
children: (
62-
<Button
63-
disabled
64-
className="bg-primary hover:bg-primary/40 cursor-pointer"
65-
>
66-
Registration
67-
</Button>
68-
),
69-
href: "#attend",
70-
},
7155
]}
7256
/>
7357
{children}
@@ -97,6 +81,7 @@ export default function Layout({
9781
href: "/conf/2024/schedule",
9882
"aria-disabled": true,
9983
},
84+
{ children: "GraphQLConf 2023", href: "/conf/2023" },
10085
],
10186
[
10287
{ children: "FAQ", href: "/conf/2024/faq" },

0 commit comments

Comments
 (0)