bisakhmondal commented on code in PR #2417:
URL: https://github.com/apache/apisix-dashboard/pull/2417#discussion_r846577624
##########
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=`${new Date().getFullYear()} Apache APISIX`
Review Comment:
```suggestion
copyright={`${new Date().getFullYear()} Apache APISIX`}
```
Ahh, missed suggesting a wrap. CI should be fine now.
--
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]