Skip to content

Commit 9dadccf

Browse files
committed
remove soon badge from speakers
1 parent 4029555 commit 9dadccf

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Header } from "../_components/header"
44
import { Footer } from "../_components/footer"
55
import { GraphQLConf, HostedByGraphQLFoundation } from "@/icons"
66
import NextLink from "next/link"
7-
import { Button } from "../_components/button"
87

98
export const metadata = {
109
description:
@@ -42,17 +41,11 @@ export default function Layout({
4241
</NextLink>
4342
}
4443
links={[
45-
{
46-
children: <span>Schedule</span>,
47-
href: "/conf/2024/schedule",
48-
},
49-
{
50-
children: <span>Speakers</span>,
51-
href: "/conf/2024/speakers",
52-
},
53-
{ children: <span>FAQ</span>, href: "/conf/2024/faq" },
54-
{ children: <span>Register</span>, href: "/conf/2024#attend" },
55-
{ children: <span>Partner</span>, href: "/conf/2024/partner" },
44+
{ children: "Schedule", href: "/conf/2024/schedule" },
45+
{ children: "Speakers", href: "/conf/2024/speakers" },
46+
{ children: "FAQ", href: "/conf/2024/faq" },
47+
{ children: "Register", href: "/conf/2024#attend" },
48+
{ children: "Partner", href: "/conf/2024/partner" },
5649
]}
5750
/>
5851
{children}
@@ -68,23 +61,12 @@ export default function Layout({
6861
}
6962
links={[
7063
[
71-
{
72-
children: "Schedule",
73-
href: "/conf/2024/schedule",
74-
},
75-
{
76-
children: "Speakers",
77-
href: "/conf/2024/speakers",
78-
},
64+
{ children: "Schedule", href: "/conf/2024/schedule" },
65+
{ children: "Speakers", href: "/conf/2024/speakers" },
7966
{ children: "Register", href: "https://cvent.me/gk2dRw" },
8067
{ children: "Sponsor", href: "/conf/2024/partner" },
8168
{ children: "Partner", href: "/conf/2024/partner#program" },
82-
{
83-
children: "Speakers",
84-
href: "/conf/2024/speakers",
85-
"aria-disabled": true,
86-
},
87-
69+
{ children: "Speakers", href: "/conf/2024/speakers" },
8870
{ children: "GraphQLConf 2023", href: "/conf/2023" },
8971
],
9072
[

0 commit comments

Comments
 (0)