We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75f46e commit 7b21687Copy full SHA for 7b21687
src/components/Home/Home.js
@@ -41,17 +41,20 @@ const Home = () => {
41
January 24-26, 2025
42
</p>
43
44
- <div className="button-wrapper">
+ {/* <div className="button-wrapper">
45
<a
46
- href="https://docs.google.com/forms/d/e/1FAIpQLSeX6AfQ0noO5hzIEO-SgBIcfsHfCuQyyEgLGxrP3N5UCg8w0w/viewform"
+ href="<insert_registration_form>"
47
target="_blank"
48
rel="noopener noreferrer"
49
>
50
<button className="btn btn-primary application-button">
51
Register Now <PiCursorClickBold />
52
</button>
53
</a>
54
- </div>
+ </div> */}
55
+ <button className="btn btn-primary application-button">
56
+ Registration Now Closed
57
+ </button>
58
</div>
59
</Col>
60
0 commit comments