Skip to content

Commit

Permalink
Replace the Mozilla logos with generic versions.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Exairnous committed Jul 30, 2024
1 parent 66a9775 commit 8edd846
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed src/assets/mozilla-logo.png
Binary file not shown.
Binary file modified src/assets/spoke-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/ui/navigation/Footer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from "react";
import { Link } from "react-router-dom";
import mozillaLogo from "../../assets/mozilla-logo.png";
import hubsLogo from "../../assets/hubs-logo.png";
import styled from "styled-components";
import configs from "../../configs";
import { TERMS, PRIVACY } from "../../constants";
Expand Down Expand Up @@ -103,7 +103,7 @@ export default class Footer extends Component {
{configs.isMoz() && (
<NavListItem>
<a href="https://hubsfoundation.org" rel="noopener noreferrer">
<img alt="Hubs" src={mozillaLogo} />
<img alt="Hubs" src={hubsLogo} />
</a>
</NavListItem>
)}
Expand Down

0 comments on commit 8edd846

Please sign in to comment.