Skip to content

Commit 89737a6

Browse files
committed
change css
1 parent ba4241d commit 89737a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/components/header.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ import PropTypes from "prop-types"
22
import React from "react"
33
import { Container, Navbar, Nav } from "react-bootstrap"
44
import solaceDevLogo from "../images/solace-developers-logo-white.png"
5-
import EDABanner from "./header/eda-banner"
5+
// import EDABanner from "./header/eda-banner"
66
import LightningBanner from "./header/lightning-banner"
77

88
const Header = ({ siteTitle }) => (
99
<>
10+
{/* <EDABanner /> */}
1011
<LightningBanner />
1112
<Navbar collapseOnSelect expand="lg" bg="dark" variant="dark">
1213
<Container>

src/components/header/lightning-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/css/layout.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
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;

0 commit comments

Comments
 (0)