Browse Source

Update Footer.js to reflect the change of year (#493)

* Update Footer.js

* Removing an accidental character
main
OOO :: ItsPugle 7 years ago
committed by Dan Abramov
parent
commit
e81393125e
  1. 2
      src/components/LayoutFooter/Footer.js

2
src/components/LayoutFooter/Footer.js

@ -169,7 +169,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
color: colors.subtleOnDark, color: colors.subtleOnDark,
paddingTop: 15, paddingTop: 15,
}}> }}>
Copyright © 2017 Facebook Inc. Copyright © 2018 Facebook Inc.
</p> </p>
</section> </section>
</div> </div>

Loading…
Cancel
Save