Update Navbar alert banner text, change SVG fill color to black, and modify top banner styles to match new theme

This commit is contained in:
akcodez
2025-04-03 13:49:15 -07:00
parent 484db5ab37
commit cde4071ad1
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import arrowUpRight from "../../../static/img/icons/arrow-up-right-custom.svg";
const alertBanner = {
show: true,
message: "XRP LEDGER APEX 2025",
message: "APEX 2025",
button: "GET TICKETS",
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",
@@ -43,7 +43,7 @@ export function AlertBanner({ message, date, button, link, show }) {
ref={bannerRef}
className="top-banner fixed-top web-banner"
rel="noopener noreferrer"
aria-label="Get Tickets for XRP Ledger Apex 2025 Event"
aria-label="Get Tickets for the APEX 2025 Event"
>
<div className="banner-event-details">
<div className="event-info">{translate(message)}</div>