This is an automated email from the ASF dual-hosted git repository.
bhavanisudha 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 db87b5c55fb [site][MINOR] Update event banner (#12506)
db87b5c55fb is described below
commit db87b5c55fb6345db3b8a239697c9efaa3a5ded3
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Tue Dec 17 04:53:13 2024 -0800
[site][MINOR] Update event banner (#12506)
---
website/src/components/EventFeature/index.js | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/website/src/components/EventFeature/index.js
b/website/src/components/EventFeature/index.js
index 71cb687c7e6..918045ffced 100644
--- a/website/src/components/EventFeature/index.js
+++ b/website/src/components/EventFeature/index.js
@@ -11,14 +11,11 @@ const Events = () => {
<div className="container">
<div className={styles.flexContainer}>
<div className={styles.bannercontent}>
- <h3> Powering Amazon Unit Economics with
Configurations and Apache Hudi</h3>
- <p className={styles.flexParagraph}><span
className={styles.sideMicrophone}><Microphone/></span>
- Linkedin Live Event | <span
className={styles.sideCalendar}><Calendar/></span>
- Nov 19th, 9am Pacific Time</p>
+ <h3> Announcing Apache Hudi 1.0 and the Next
Generation of Data Lakehouses</h3>
</div>
<div className={styles.joinButton}>
- <LinkButton class={styles.registerbutton}
type="secondary"
to="https://www.linkedin.com/events/poweringamazonuniteconomicswith7259635618979229696/theater/">
- Join Now
+ <LinkButton class={styles.registerbutton}
type="secondary"
to="https://hudi.apache.org/blog/2024/12/16/announcing-hudi-1-0-0">
+ Read Now
</LinkButton>
</div>
</div>