File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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'
7
+ import { Button } from " ../_components/button"
8
8
9
9
export const metadata = {
10
10
description :
@@ -58,7 +58,17 @@ export default function Layout({
58
58
"aria-disabled" : true ,
59
59
} ,
60
60
{ children : < span > GraphQLConf 2023</ span > , href : "/conf/2023" } ,
61
- { children : < Button disabled className = 'bg-primary hover:bg-primary/40 cursor-pointer' > Registration</ Button > , href : "#attend" } ,
61
+ {
62
+ children : (
63
+ < Button
64
+ disabled
65
+ className = "bg-primary hover:bg-primary/40 cursor-pointer"
66
+ >
67
+ Registration
68
+ </ Button >
69
+ ) ,
70
+ href : "#attend" ,
71
+ } ,
62
72
] }
63
73
/>
64
74
{ children }
You can’t perform that action at this time.
0 commit comments