Skip to content

Commit c2de92f

Browse files
authored
Create eda-banner.js
1 parent 3f09ff0 commit c2de92f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/components/header/eda-banner.js

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import React from "react"
2+
3+
const EDABanner = props => {
4+
return (
5+
<div class="eda_banner">
6+
<p>
7+
Register Now for EDA Summit 2024 - Virtual Event
8+
<a href="https://edasummit.com/" target="_blank">
9+
Register for Free
10+
</a>
11+
</p>
12+
</div>
13+
)
14+
}
15+
16+
export default EDABanner

0 commit comments

Comments
 (0)