@@ -4,7 +4,6 @@ import { Header } from "../_components/header"
4
4
import { Footer } from "../_components/footer"
5
5
import { GraphQLConf , HostedByGraphQLFoundation } from "@/icons"
6
6
import NextLink from "next/link"
7
- import { Button } from "../_components/button"
8
7
9
8
export const metadata = {
10
9
description :
@@ -42,17 +41,11 @@ export default function Layout({
42
41
</ NextLink >
43
42
}
44
43
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" } ,
56
49
] }
57
50
/>
58
51
{ children }
@@ -68,23 +61,12 @@ export default function Layout({
68
61
}
69
62
links = { [
70
63
[
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" } ,
79
66
{ children : "Register" , href : "https://cvent.me/gk2dRw" } ,
80
67
{ children : "Sponsor" , href : "/conf/2024/partner" } ,
81
68
{ 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" } ,
88
70
{ children : "GraphQLConf 2023" , href : "/conf/2023" } ,
89
71
] ,
90
72
[
0 commit comments