Skip to content

Commit 841a9ba

Browse files
mcknightdfacebook-github-bot
authored andcommitted
Updated VeloxCon banner (facebookincubator#9508)
Summary: added post event banner link ![image](https://github.com/facebookincubator/velox/assets/5289473/a4982df4-24ad-4240-b727-474664a0b4b8) Pull Request resolved: facebookincubator#9508 Reviewed By: pedroerp Differential Revision: D56215722 Pulled By: Yuhta fbshipit-source-id: 2a2040628ac2f76fdf0111371b30806a3ed56acf
1 parent 79f3add commit 841a9ba

File tree

1 file changed

+4
-5
lines changed
  • website/src/components/VeloxConBanner

1 file changed

+4
-5
lines changed

website/src/components/VeloxConBanner/index.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ export default function VeloxConBanner() {
1010
<section className={styles.banner}>
1111
<div className="container">
1212
<div className="row">
13-
<div className="col col--6">
14-
<h2>Join us at VeloxCon</h2>
15-
<p>April 3–4, 2024 | San Jose, CA</p>
13+
<div className="col col--9">
14+
<h2>See the VeloxCon 2024 Recordings</h2>
1615
</div>
17-
<div className="col col--6">
18-
<a className="button button--info button--lg" href="https://veloxcon.io/" target="_blank">Register Now</a>
16+
<div className="col col--3">
17+
<a className="button button--info button--lg" href="https://www.youtube.com/playlist?list=PLJvBe8nQAEsEBSoUY0lRFVZr2_YeHYkUR" target="_blank">Watch</a>
1918
</div>
2019
</div>
2120
</div>

0 commit comments

Comments
 (0)