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 1546cdb commit fcab9e0Copy full SHA for fcab9e0
index.html
@@ -41,7 +41,7 @@
41
42
<title>FOSSCU</title>
43
<script src="https://kit.fontawesome.com/6fce547056.js" crossorigin="anonymous"></script>
44
- <!-- <script id="react-dotenv" src="./env.js"></script> -->
+ <script id="react-dotenv" src="./env.js"></script>
45
</head>
46
47
<body>
src/components/Contact.jsx
@@ -74,7 +74,9 @@ const Contact = () => {
74
</div>
75
76
<div class="lg:w-1/2 md:w-2/3 mx-auto">
77
- <form class="flex flex-wrap -m-2" onSubmit={(e) => submit(e)}>
+ <form class="flex flex-wrap -m-2"
78
+ // onSubmit={(e) => submit(e)}
79
+ netlify>
80
<div class="p-2 w-1/2">
81
<div class="">
82
<label for="name" class="leading-7 text-sm text-gray-400">
0 commit comments