Skip to content

Commit cc37cab

Browse files
committed
2017 => 2018
1 parent fe26f89 commit cc37cab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€ŽLICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Alipay.inc
3+
Copyright (c) 2018 Alipay.inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€Žsrc/layouts/BasicLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class BasicLayout extends React.PureComponent {
201201
}]}
202202
copyright={
203203
<div>
204-
Copyright <Icon type="copyright" /> 2017 θš‚θšι‡‘ζœδ½“ιͺŒζŠ€ζœ―部出品
204+
Copyright <Icon type="copyright" /> 2018 θš‚θšι‡‘ζœδ½“ιͺŒζŠ€ζœ―部出品
205205
</div>
206206
}
207207
/>

β€Žsrc/layouts/UserLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const links = [{
2121
href: '',
2222
}];
2323

24-
const copyright = <div>Copyright <Icon type="copyright" /> 2017 θš‚θšι‡‘ζœδ½“ιͺŒζŠ€ζœ―部出品</div>;
24+
const copyright = <div>Copyright <Icon type="copyright" /> 2018 θš‚θšι‡‘ζœδ½“ιͺŒζŠ€ζœ―部出品</div>;
2525

2626
class UserLayout extends React.PureComponent {
2727
getPageTitle() {

0 commit comments

Comments
Β (0)