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/11/09 06:49:23 UTC

[apisix-website] branch juzhiyuan-patch-1 created (now c63fd83)

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

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


      at c63fd83  fix: set EventPosrerCard default to false

This branch includes the following new commits:

     new c63fd83  fix: set EventPosrerCard default to false

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[apisix-website] 01/01: fix: set EventPosrerCard default to false

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c63fd838f0abcc7d962d97e35559a0cabc2db291
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Nov 9 14:49:19 2021 +0800

    fix: set EventPosrerCard default to false
---
 website/src/pages/sections/components/eventPosterCard.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/pages/sections/components/eventPosterCard.jsx b/website/src/pages/sections/components/eventPosterCard.jsx
index 223ef5e..35ea50f 100644
--- a/website/src/pages/sections/components/eventPosterCard.jsx
+++ b/website/src/pages/sections/components/eventPosterCard.jsx
@@ -7,7 +7,7 @@ import "../../../css/customTheme.css";
 
 const EventPosterCard = () => {
   const { siteConfig } = useDocusaurusContext();
-  const [display, setDisplay] = useState(true);
+  const [display, setDisplay] = useState(false);
   const picRef = useRef(null);
 
   useEffect(() => {