Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update oss footer logo (#387)
Browse files Browse the repository at this point in the history
Summary:
<!--
Thanks for submitting a pull request! Please provide enough
information so that others can review your pull request. The two
fields below are mandatory.
-->

<!--
Please remember to update CHANGELOG.md in the root of the project if
you have not done so.
-->

- Fixed oss footer logo
<!--
Explain the **motivation** for making this change. What existing
problem does the pull request solve?
-->

Pull Request resolved: #387

Test Plan:
Before:
<img width="1440" alt="Captura de pantalla 2022-12-16 a las 19 11 31" src="https://user-images.githubusercontent.com/4989177/208162082-150f15a6-6ebd-4f7a-8303-fa158c3c04cf.png">
After:
<img width="1440" alt="Captura de pantalla 2022-12-16 a las 19 12 03" src="https://user-images.githubusercontent.com/4989177/208162155-7520bbbb-9e3a-4a3f-ab9b-a36864b16f0b.png">

<!--
Demonstrate the code is solid. E.g: Commands you ran and their output,
screenshots / videos if the pull request changes UI.
-->

Differential Revision: D42104872

Pulled By: lacbs

fbshipit-source-id: 9098caec8ccdd4d20edad63714bcaee9e74d6aef
  • Loading branch information
manucaralmo authored and facebook-github-bot committed Dec 16, 2022
1 parent 3a2feec commit 9ae61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
style: 'dark',
logo: {
alt: 'Facebook Open Source Logo',
src: 'https://docusaurus.io/img/oss_logo.png',
src: 'img/oss_logo.png',
href: 'https://opensource.facebook.com/',
},
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
Expand Down

0 comments on commit 9ae61bf

Please sign in to comment.