Skip to content

Commit d95ee65

Browse files
Merge pull request #15 from reactjs/sync-5fdb6a2e
Sync with reactjs.org @ 5fdb6a2
2 parents 4c3ac61 + eb400c7 commit d95ee65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/blog/2015-03-30-community-roundup-26.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Colin also [blogged about his experience using React Native](http://blog.scottlo
2929

3030
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. :)
3131

32-
<audio src="http://fdlyr.co/d/changelog/cdn.5by5.tv/audio/broadcasts/changelog/2015/changelog-149.mp3" controls="controls" style="width: 100%"></audio>
32+
<audio src="https://cdn.changelog.com/uploads/podcast/149/the-changelog-149.mp3" controls="controls" style="width: 100%"></audio>
3333

3434

3535
## Hacker News {#hacker-news}

src/components/LayoutFooter/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
179179
color: colors.subtleOnDark,
180180
paddingTop: 15,
181181
}}>
182-
Copyright © 2019 Facebook Inc.
182+
{`Copyright © ${new Date().getFullYear()} Facebook Inc.`}
183183
</p>
184184
</section>
185185
</div>

0 commit comments

Comments
 (0)