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:24 UTC

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

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(() => {