Skip to content

Commit 008827e

Browse files
committed
Comment facebook logo
1 parent 5cd09f9 commit 008827e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/website/core/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ class Footer extends React.Component {
109109
rel="noreferrer noopener"
110110
className="fbOpenSource"
111111
>
112-
<img
112+
{/* <img
113113
src={`${this.props.config.baseUrl}img/oss_logo.png`}
114114
alt="Facebook Open Source"
115115
width="170"
116116
height="45"
117-
/>
117+
/> */}
118118
</a>
119119
<section className="copyright">{this.props.config.copyright}</section>
120120
</footer>

0 commit comments

Comments
 (0)