Skip to content

Commit 7b21687

Browse files
committed
removed links to registration form
1 parent a75f46e commit 7b21687

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/Home/Home.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,20 @@ const Home = () => {
4141
January 24-26, 2025
4242
</p>
4343

44-
<div className="button-wrapper">
44+
{/* <div className="button-wrapper">
4545
<a
46-
href="https://docs.google.com/forms/d/e/1FAIpQLSeX6AfQ0noO5hzIEO-SgBIcfsHfCuQyyEgLGxrP3N5UCg8w0w/viewform"
46+
href="<insert_registration_form>"
4747
target="_blank"
4848
rel="noopener noreferrer"
4949
>
5050
<button className="btn btn-primary application-button">
5151
Register Now &nbsp; <PiCursorClickBold />
5252
</button>
5353
</a>
54-
</div>
54+
</div> */}
55+
<button className="btn btn-primary application-button">
56+
Registration Now Closed
57+
</button>
5558
</div>
5659
</Col>
5760

0 commit comments

Comments
 (0)