Skip to content

Commit 2454640

Browse files
authored
Add GraphQLConf register link to nav (#1700)
1 parent a94b7a9 commit 2454640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default function Layout({
4343
links={[
4444
{ children: "FAQ", href: "/conf/2024/faq" },
4545
{ children: "Speak", href: "/conf/2024/speak" },
46+
{ children: "Register", href: "https://cvent.me/gk2dRw" },
4647
{ children: "Sponsor", href: "/conf/2024/sponsor" },
4748
{ children: "Partner", href: "/conf/2024/partner" },
4849
{
@@ -72,6 +73,7 @@ export default function Layout({
7273
links={[
7374
[
7475
{ children: "Speak", href: "/conf/2024/speak" },
76+
{ children: "Register", href: "https://cvent.me/gk2dRw" },
7577
{ children: "Sponsor", href: "/conf/2024/sponsor" },
7678
{ children: "Partner", href: "/conf/2024/partner" },
7779
{

0 commit comments

Comments
 (0)