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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5920c4185f3c chore(site): remove event banner (#14167)
5920c4185f3c is described below

commit 5920c4185f3c2bf94f8a9b98fdbb8b020fa98638
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Oct 27 17:38:41 2025 -0700

    chore(site): remove event banner (#14167)
---
 website/src/pages/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 09595fdd2bf3..7fb9d0af7812 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,7 +29,7 @@ export default function Home() {
       description="Description will go into a meta tag in <head />">
       <NewReleaseMessage />
       <HomepageHeader />
-      <Events />
+      {/* <Events /> */}
       <main>
         <DataLake />
         <HomepageFeatures />

Reply via email to