Skip to content

Commit 9aa34c1

Browse files
authored
Merge pull request #3098 from XRPLF/banner-update-2
[Do not merge yet] feat: change copy for banner
2 parents 7abfdf8 + 4a3f3d4 commit 9aa34c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@theme/components/Navbar/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import arrowUpRight from "../../../static/img/icons/arrow-up-right-custom.svg";
1212
const alertBanner = {
1313
show: true,
1414
message: "APEX 2025",
15-
button: "GET TICKETS",
15+
button: "REGISTER",
1616
link: "https://www.xrpledgerapex.com/?utm_source=xrplwebsite&utm_medium=direct&utm_campaign=xrpl-event-ho-xrplapex-glb-2025-q1_xrplwebsite_ari_arp_bf_rsvp&utm_content=cta_btn_english_pencilbanner",
17-
date: "JUNE 10-12",
17+
date: "AGENDA NOW LIVE",
1818
};
1919
export function AlertBanner({ message, date, button, link, show }) {
2020
const { useTranslate } = useThemeHooks();

0 commit comments

Comments
 (0)