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:54:52 UTC

[apisix-website] branch master updated: fix: set EventPosrerCard default to false (#711)

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 37f46f9  fix: set EventPosrerCard default to false (#711)
37f46f9 is described below

commit 37f46f94f5410461ab35654b18b29c1e7faca5be
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Nov 9 14:54:46 2021 +0800

    fix: set EventPosrerCard default to false (#711)
---
 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(() => {