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/03/17 03:18:13 UTC

[GitHub] [apisix-website] hanzhenfang commented on a change in pull request #959: chore: Make some icons clearer and add some media queries

hanzhenfang commented on a change in pull request #959:
URL: https://github.com/apache/apisix-website/pull/959#discussion_r828719987



##########
File path: website/src/pages/showcase/index.js
##########
@@ -43,9 +43,9 @@ const Content = (props) => {
   const showcases = siteConfig.customFields.showcases.map((user) => (
     <div className="col col--2 item" key={user.infoLink}>
       <UserCard
-          image={'https://cdn.jsdelivr.net/gh/apache/apisix-website@master/website/static/img/' + user.image}
-          caption={user.caption}
-          infoLink={user.infoLink}
+        image={'../../../static/img/' + user.image}

Review comment:
       @guoqqqi Hello,I have improved my documents.PTAL.😄




-- 
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