From 23721b8163401b8ead2fddeb70f16c67a18f3afa Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 13 May 2024 14:04:45 -0700 Subject: [PATCH] updates cta button --- @theme/components/Navbar/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx index 32ccc50bab..a23a4ebbdd 100644 --- a/@theme/components/Navbar/Navbar.tsx +++ b/@theme/components/Navbar/Navbar.tsx @@ -14,7 +14,7 @@ const alertBanner = { show: true, message: "XRP Ledger Apex is back in Amsterdam", button: "Register Now", - link: "https://www.xrpledgerapex.com/?utm_source=xrplorg&utm_medium=web&utm_campaign=banner", + link: "https://www.xrpledgerapex.com/?utm_source=email&utm_medium=email_marketing&utm_campaign=EVENTS_XRPL_Apex_2024_Q2&utm_term=events_page_cta_button", }; export function Navbar(props) {