This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new fa12db8  fix: 2020 update to 2021 (#1179)
fa12db8 is described below

commit fa12db887b260715b9efed273d951302553f9f05
Author: guoqqqi <72343596+guoq...@users.noreply.github.com>
AuthorDate: Fri Jan 1 13:53:17 2021 +0800

    fix: 2020 update to 2021 (#1179)
---
 web/src/components/Footer/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/Footer/index.tsx 
b/web/src/components/Footer/index.tsx
index 703f282..f6079b0 100644
--- a/web/src/components/Footer/index.tsx
+++ b/web/src/components/Footer/index.tsx
@@ -20,7 +20,7 @@ import { DefaultFooter } from '@ant-design/pro-layout';
 
 export default () => (
   <DefaultFooter
-    copyright="2020 Apache APISIX"
+    copyright="2021 Apache APISIX"
     links={[
       {
         key: 'GitHub',

Reply via email to