Skip to content

Commit c4dcbf0

Browse files
committed
Update footer
1 parent ebcec2f commit c4dcbf0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/_core/Site.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,8 @@ export default ({ page, category, title, section, className, noSearch, children
8787
{page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank" rel="noopener noreferrer">Edit this page &#x270E;</a>}
8888
</div>
8989
</section>
90-
<a href="https://code.facebook.com/projects/" target="_blank" rel="noopener noreferrer" className="fbOpenSource">
91-
<img src="/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45" />
92-
</a>
9390
<section className="copyright">
94-
The contents of this page are licensed BSD-3-Clause.
91+
Copyright © 2019 GraphQL a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.
9592
</section>
9693
</footer>
9794

0 commit comments

Comments
 (0)