diff --git a/content/blog/2015-03-30-community-roundup-26.md b/content/blog/2015-03-30-community-roundup-26.md index 24a7a1c7f..b7f7ef6c3 100644 --- a/content/blog/2015-03-30-community-roundup-26.md +++ b/content/blog/2015-03-30-community-roundup-26.md @@ -29,7 +29,11 @@ Colin also [blogged about his experience using React Native](http://blog.scottlo Spencer Ahrens and I had the great pleasure to talk about React Native on [The Changelog](https://thechangelog.com/149/) podcast. It was really fun to chat for an hour, I hope that you'll enjoy listening to it. :) +<<<<<<< HEAD +======= + +>>>>>>> 5fdb6a2e70018f408c42e012a3f70e066a80e886 ## Hacker News {#hacker-news} diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js index 5d91a93a3..5e571d971 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -179,7 +179,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( color: colors.subtleOnDark, paddingTop: 15, }}> - Copyright © 2019 Facebook Inc. + {`Copyright © ${new Date().getFullYear()} Facebook Inc.`}