Skip to content

Commit cb768ed

Browse files
authored
update logos (#169)
1 parent 3343e4a commit cb768ed

File tree

7 files changed

+62
-4
lines changed

7 files changed

+62
-4
lines changed

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
faYoutube,
99
} from "@fortawesome/free-brands-svg-icons"
1010
import { Container, Row, Col } from "react-bootstrap"
11-
import solaceLogo from "../images/solace-logo-white.png"
11+
import solaceLogo from "../images/solace-logo-white.svg"
1212

1313
const Footer = () => (
1414
<footer>

src/components/header.js

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

@@ -19,8 +19,7 @@ const Header = ({ siteTitle }) => (
1919
<img
2020
src={solaceDevLogo}
2121
alt="Solace Developers Logo"
22-
width="125px"
23-
height="36px"
22+
width="250px"
2423
/>
2524
</Navbar.Brand>
2625
<Navbar.Toggle aria-controls="responsive-navbar-nav" />
-19.7 KB
Binary file not shown.
-18.1 KB
Binary file not shown.
Lines changed: 40 additions & 0 deletions
Loading

src/images/solace-logo-white.png

-3.79 KB
Binary file not shown.

src/images/solace-logo-white.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)