Skip to content

Commit db87b5c

Browse files
authoredDec 17, 2024··
[site][MINOR] Update event banner (#12506)
1 parent db4d512 commit db87b5c

File tree

1 file changed

+3
-6
lines changed
  • website/src/components/EventFeature

1 file changed

+3
-6
lines changed
 

‎website/src/components/EventFeature/index.js

+3-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ const Events = () => {
1111
<div className="container">
1212
<div className={styles.flexContainer}>
1313
<div className={styles.bannercontent}>
14-
<h3> Powering Amazon Unit Economics with Configurations and Apache Hudi</h3>
15-
<p className={styles.flexParagraph}><span className={styles.sideMicrophone}><Microphone/></span>
16-
Linkedin Live Event | <span className={styles.sideCalendar}><Calendar/></span>
17-
Nov 19th, 9am Pacific Time</p>
14+
<h3> Announcing Apache Hudi 1.0 and the Next Generation of Data Lakehouses</h3>
1815
</div>
1916
<div className={styles.joinButton}>
20-
<LinkButton class={styles.registerbutton} type="secondary" to="https://www.linkedin.com/events/poweringamazonuniteconomicswith7259635618979229696/theater/">
21-
Join Now
17+
<LinkButton class={styles.registerbutton} type="secondary" to="https://hudi.apache.org/blog/2024/12/16/announcing-hudi-1-0-0">
18+
Read Now
2219
</LinkButton>
2320
</div>
2421
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.