Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes homepage Mozilla footer logo is 404 #3223
  • Loading branch information
brainzest committed Jul 30, 2017
1 parent 112bdf4 commit 64d2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/homepage/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const style = `
}
.mozilla-logo {
background-image: url(../static/img/landing-Moz-logo.svg);
background-image: url(../static/img/mozilla.svg);
background-repeat: no-repeat;
background-size: auto 31px;
height: 31px;
Expand Down

0 comments on commit 64d2308

Please # to comment.