File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ import PropTypes from "prop-types"
22import React from "react"
33import { Container , Navbar , Nav } from "react-bootstrap"
44import solaceDevLogo from "../images/solace-developers-logo-white.png"
5- import EDABanner from "./header/eda-banner"
5+ // import EDABanner from "./header/eda-banner"
66import LightningBanner from "./header/lightning-banner"
77
88const Header = ( { siteTitle } ) => (
99 < >
10+ { /* <EDABanner /> */ }
1011 < LightningBanner />
1112 < Navbar collapseOnSelect expand = "lg" bg = "dark" variant = "dark" >
1213 < Container >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const LightningBanner = (props) => {
44 return (
55 < div class = "lightning_banner" >
66 < p >
7- The third Solace Community Lightning Talks
7+ The Third Solace Community Lightning Talks hosted on January 15, 2025
88 < a href = "https://www.youtube.com/watch?v=mv4NFa_MPPU" target = "_blank" >
99 Watch Now!
1010 </ a >
Original file line number Diff line number Diff line change 8989}
9090
9191.lightning_banner p a {
92- background-color : # e20880 !important ;
92+ background-color : # f37021 !important ;
9393 border-radius : 20px ;
94- color : # fff !important ;
94+ color : # 000 !important ;
9595 display : inline-block;
9696 font-size : 15px !important ;
9797 font-weight : 600 !important ;
You can’t perform that action at this time.
0 commit comments