Jelajahi Sumber

2017 => 2018

afc163 8 tahun lalu
induk
melakukan
cc37cabad4
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      LICENSE
  2. 1 1
      src/layouts/BasicLayout.js
  3. 1 1
      src/layouts/UserLayout.js

+ 1 - 1
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

+ 1 - 1
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>
               }
             />

+ 1 - 1
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() {