Skip to content

Commit 8edd846

Browse files
committed
Replace the Mozilla logos with generic versions.
The Mozilla logo is replaced with the Hubs duck logo with white horizontal text. The Spoke logo is replaced with the Spoke icon with white horizontal text.
1 parent 66a9775 commit 8edd846

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/assets/mozilla-logo.png

-1.71 KB
Binary file not shown.

src/assets/spoke-logo.png

-51 KB
Loading

src/ui/navigation/Footer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from "react";
22
import { Link } from "react-router-dom";
3-
import mozillaLogo from "../../assets/mozilla-logo.png";
3+
import hubsLogo from "../../assets/hubs-logo.png";
44
import styled from "styled-components";
55
import configs from "../../configs";
66
import { TERMS, PRIVACY } from "../../constants";
@@ -103,7 +103,7 @@ export default class Footer extends Component {
103103
{configs.isMoz() && (
104104
<NavListItem>
105105
<a href="https://hubsfoundation.org" rel="noopener noreferrer">
106-
<img alt="Hubs" src={mozillaLogo} />
106+
<img alt="Hubs" src={hubsLogo} />
107107
</a>
108108
</NavListItem>
109109
)}

0 commit comments

Comments
 (0)