Skip to content

Commit 0f96fb4

Browse files
author
Kazumasa Yokomizo
committed
Update the copyright
1 parent ce2dd12 commit 0f96fb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/common/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ const Footer = styled.footer`
1515
right: 0;
1616
margin: 0 auto;
1717
`
18-
export default () => <Footer centered>©2019 BoostIO</Footer>
18+
export default () => <Footer centered>©2020 BoostIO</Footer>

pages/jp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export default () => (
462462
}}
463463
>
464464
<Row style={{ display: 'table-cell', verticalAlign: 'middle' }}>
465-
<p>© 2019 BoostIO</p>
465+
<p>© 2020 BoostIO</p>
466466
</Row>
467467
</Container>
468468
</div>

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ now alias https://out-${SOME_RANDOM_HASH}.now.sh boostio.co
5555
5656
## Copyright
5757

58-
©2019 BoostIO.
58+
©2020 BoostIO.

0 commit comments

Comments
 (0)