juzhiyuan commented on code in PR #1010:
URL: https://github.com/apache/apisix-website/pull/1010#discussion_r845935573
##########
website/src/pages/help.tsx:
##########
@@ -65,30 +63,27 @@ function Help(props) {
</div>
<p>Ask questions about the documentation and project</p>
<div className="buttons">
- <a href="https://github.com/apache/apisix/issues" target="_blank">
+ <a href="https://github.com/apache/apisix/issues" target="_blank"
rel="noreferrer">
GitHub
<ChevronRight />
</a>
<a
href="https://apisix.apache.org/docs/general/join"
target="_blank"
+ rel="noreferrer"
>
Slack
<ChevronRight />
</a>
- <a href="https://twitter.com/ApacheAPISIX" target="_blank">
+ <a href="https://twitter.com/ApacheAPISIX" target="_blank"
rel="noreferrer">
Review Comment:
According to https://www.reliablesoft.net/noreferrer-noopener/#noreferrer,
I'm not sure if we need to use `noreferrer`?
--
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]