Skip to content

Commit 8c23a8d

Browse files
committed
chore: prettier
1 parent 7585c4b commit 8c23a8d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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'
7+
import { Button } from "../_components/button"
88

99
export const metadata = {
1010
description:
@@ -58,7 +58,17 @@ export default function Layout({
5858
"aria-disabled": true,
5959
},
6060
{ 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+
},
6272
]}
6373
/>
6474
{children}

0 commit comments

Comments
 (0)