Skip to content

Commit

Permalink
update footer logo (facebook#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jun 30, 2022
1 parent e7912db commit 8bc7b26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ module.exports = {
},
],
logo: {
alt: 'Facebook Open Source Logo',
src: 'img/oss_logo.png',
alt: 'Meta Open Source Logo',
src: 'img/oss_logo.svg',
href: 'https://opensource.fb.com/',
},
copyright,
Expand Down
4 changes: 2 additions & 2 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1162,9 +1162,9 @@ button[class*="tocCollapsibleButton"] {
margin-bottom: 8px;
}

img[class^="themedImage"] {
display: initial !important;
.footer__logo {
height: 54px;
max-width: 100%;
}

svg[class^="iconExternalLink"] {
Expand Down
Binary file removed website/static/img/oss_logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions website/static/img/oss_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bc7b26

Please sign in to comment.