change copy for banner

This commit is contained in:
akcodez
2025-04-28 13:13:39 -07:00
parent 0d908bff82
commit f57d4e7c61

View File

@@ -12,9 +12,9 @@ import arrowUpRight from "../../../static/img/icons/arrow-up-right-custom.svg";
const alertBanner = {
show: true,
message: "APEX 2025",
button: "GET TICKETS",
button: "Register",
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",
date: "JUNE 10-12",
date: "Agenda now live",
};
export function AlertBanner({ message, date, button, link, show }) {
const { useTranslate } = useThemeHooks();