Skip to content

Commit

Permalink
[site][MINOR] Update event banner (#12506)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhasudha authored Dec 17, 2024
1 parent db4d512 commit db87b5c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions website/src/components/EventFeature/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit db87b5c

Please sign in to comment.