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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]