You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/09 04:06:41 UTC

[GitHub] [apisix-dashboard] bisakhmondal commented on a diff in pull request #2417: chore: update the year of copyright and fix typo

bisakhmondal commented on code in PR #2417:
URL: https://github.com/apache/apisix-dashboard/pull/2417#discussion_r846571405


##########
web/src/components/Footer/index.tsx:
##########
@@ -20,7 +20,7 @@ import { DefaultFooter } from '@ant-design/pro-layout';
 
 export default () => (
   <DefaultFooter
-    copyright="2021 Apache APISIX"
+    copyright="2022 Apache APISIX"

Review Comment:
   How about making it dynamic so that we don't have to update it every year?
   ```suggestion
       copyright=`${new Date().getFullYear()} Apache APISIX`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org