From 55b1b7167354cca61ffcf7567f9ec8966786e558 Mon Sep 17 00:00:00 2001 From: Jeff Auriemma Date: Wed, 15 May 2024 10:08:59 -0400 Subject: [PATCH] Add register link to nav --- src/app/conf/2024/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/conf/2024/layout.tsx b/src/app/conf/2024/layout.tsx index c54aa153a4..93437d5501 100644 --- a/src/app/conf/2024/layout.tsx +++ b/src/app/conf/2024/layout.tsx @@ -43,6 +43,7 @@ export default function Layout({ links={[ { children: "FAQ", href: "/conf/2024/faq" }, { children: "Speak", href: "/conf/2024/speak" }, + { children: "Register", href: "https://cvent.me/gk2dRw" }, { children: "Sponsor", href: "/conf/2024/sponsor" }, { children: "Partner", href: "/conf/2024/partner" }, { @@ -72,6 +73,7 @@ export default function Layout({ links={[ [ { children: "Speak", href: "/conf/2024/speak" }, + { children: "Register", href: "https://cvent.me/gk2dRw" }, { children: "Sponsor", href: "/conf/2024/sponsor" }, { children: "Partner", href: "/conf/2024/partner" }, {