Browse Source

2017 => 2018

pull/614/head
afc163 8 years ago
parent
commit
cc37cabad4
  1. 2
      LICENSE
  2. 2
      src/layouts/BasicLayout.js
  3. 2
      src/layouts/UserLayout.js

2
LICENSE

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 Alipay.inc
Copyright (c) 2018 Alipay.inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
src/layouts/BasicLayout.js

@ -201,7 +201,7 @@ class BasicLayout extends React.PureComponent {
}]}
copyright={
<div>
Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品
Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品
</div>
}
/>

2
src/layouts/UserLayout.js

@ -21,7 +21,7 @@ const links = [{
href: '',
}];
const copyright = <div>Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品</div>;
const copyright = <div>Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品</div>;
class UserLayout extends React.PureComponent {
getPageTitle() {

Loading…
Cancel
Save