You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/10/19 13:10:23 UTC

[apisix-website] branch master updated: feat: add meetup card for homepage (#666)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d1600c  feat: add meetup card for homepage (#666)
2d1600c is described below

commit 2d1600c1c9cfec56b7401bbe2804cbc797b4af0d
Author: guoqqqi <72...@users.noreply.github.com>
AuthorDate: Tue Oct 19 21:10:17 2021 +0800

    feat: add meetup card for homepage (#666)
---
 website/src/pages/sections/components/eventPosterCard.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/pages/sections/components/eventPosterCard.jsx b/website/src/pages/sections/components/eventPosterCard.jsx
index f98f63a..2cb476b 100644
--- a/website/src/pages/sections/components/eventPosterCard.jsx
+++ b/website/src/pages/sections/components/eventPosterCard.jsx
@@ -48,8 +48,8 @@ const EventPosterCard = () => {
       <path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path>
       </svg>
     </button>
-    <a href="/events/2021/08/21/shanghai-meetup" onClick={onClose}>
-      <img src="/img/meetup-card.jpg" alt="" />
+    <a href="/blog/2021/10/18/meetup" onClick={onClose}>
+      <img src="https://static.apiseven.com/202108/meetup-card.png" alt="" />
     </a>
     </div>
   );