File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ export default function AboutEvent() {
37
37
38
38
< p className = "mt-3" >
39
39
Feel free to reach out to us at:{ " " }
40
- < span className = "text-[#9333ea" >
40
+ < p className = "text-[#9333ea] " >
41
41
< a
42
42
href = "https://mail.google.com/mail/?view=cm& fs = 1 & tf = 1 & to = executives @codingstudio . club "
43
43
target = "_blank"
44
44
>
45
45
46
46
</ a >
47
- </ span >
47
+ </ p >
48
48
</ p >
49
49
50
50
< Blockquote
Original file line number Diff line number Diff line change @@ -196,10 +196,10 @@ export default function Form() {
196
196
] }
197
197
{ ...form . getInputProps ( "branch" ) }
198
198
/>
199
- < p className = "mt-3 text-xs text-red-300" >
199
+ { /* <p className="mt-3 text-xs text-red-300">
200
200
*Registrants will go through a short interview before being selected
201
201
for the workshop.
202
- </ p >
202
+ </p> */ }
203
203
< Button
204
204
type = "submit"
205
205
size = "md"
You can’t perform that action at this time.
0 commit comments