liuxiran commented on a change in pull request #501:
URL: https://github.com/apache/apisix-website/pull/501#discussion_r694299371
##########
File path: website/src/pages/plugins.js
##########
@@ -76,16 +82,18 @@ const SidebarContainer = styled.div`
padding-right: 10px;
border-style: solid;
border-color: #ffffff #efeff5 #ffffff #ffffff ;
+ @media (max-width: 1200px) {
+ display: none;
+ }
`;
-const PluginCard = styled.div`
+const PluginCard = styled.a`
Review comment:
Hi @foolwc , I noticed that there was a pr to change the tag `<a>` to
`<div>` to avoid a descendant warning, so may I ask why we change it back here?
Thanks a lot~
--
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]