Skip to content

Commit bbf3871

Browse files
authored
Updated link in EDA Summit banner to point to the new Registration page (#159)
1 parent 9382c63 commit bbf3871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/header/eda-banner.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from "react"
22

3-
const EDABanner = props => {
3+
const EDABanner = (props) => {
44
return (
55
<div class="eda_banner">
66
<p>
77
Register Now for EDA Summit 2024 - Virtual Event
8-
<a href="https://edasummit.com/" target="_blank">
8+
<a href="https://edasummit.com/events/summit-2024/" target="_blank">
99
Register for Free
1010
</a>
1111
</p>

0 commit comments

Comments
 (0)