Skip to content

Commit 9d9ee1b

Browse files
authored
Merge pull request #3063 from XRPLF/banner-tweak
2 parents 484db5a + f106643 commit 9d9ee1b

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

@theme/components/Navbar/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import arrowUpRight from "../../../static/img/icons/arrow-up-right-custom.svg";
1111

1212
const alertBanner = {
1313
show: true,
14-
message: "XRP LEDGER APEX 2025",
14+
message: "APEX 2025",
1515
button: "GET TICKETS",
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",
1717
date: "JUNE 10-12",
@@ -43,7 +43,7 @@ export function AlertBanner({ message, date, button, link, show }) {
4343
ref={bannerRef}
4444
className="top-banner fixed-top web-banner"
4545
rel="noopener noreferrer"
46-
aria-label="Get Tickets for XRP Ledger Apex 2025 Event"
46+
aria-label="Get Tickets for the APEX 2025 Event"
4747
>
4848
<div className="banner-event-details">
4949
<div className="event-info">{translate(message)}</div>

redocly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ links:
5454
rel: stylesheet
5555
- href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
5656
rel: stylesheet
57+
- href: https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,600,700&display=swap
58+
rel: stylesheet
5759
- href: ./static/css/devportal2024-v1.css
5860
rel: stylesheet
5961
- href: ./static/css/font-awesome.min.css

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Loading

styles/_top-banner.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
display: flex;
44
justify-content: space-between;
55
height: $banner-height;
6-
background: #D919FF !important;
6+
background: #32E685 !important;
77
padding: 7px 35px;
8-
font-family: "Work Sans";
8+
font-family: "Space Grotesk";
99
z-index: 9999;
1010
cursor: pointer;
1111

@@ -17,9 +17,9 @@
1717
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
1818
}
1919
}
20-
color: $white !important;
20+
color: $black !important;
2121
text-align: center;
22-
font-family: "Work Sans";
22+
font-family: "Space Grotesk";
2323
font-size: 26px; // Further scaled down from 28px
2424
font-style: normal;
2525
font-weight: 600;
@@ -32,7 +32,7 @@
3232
left: 0;
3333
width: 100%; // Full width so that we can scale it
3434
height: 100%;
35-
background-color: #7919FF;
35+
background-color: #E0E500;
3636
z-index: 0;
3737
transform: scaleX(0); // Start scaled down to 0
3838
transform-origin: left; // Scale from the left edge

0 commit comments

Comments
 (0)