Skip to content

Commit 14970fe

Browse files
committed
removed interview warning
1 parent 3a98fc0 commit 14970fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Components/AboutEvent.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ export default function AboutEvent() {
3737

3838
<p className="mt-3">
3939
Feel free to reach out to us at:{" "}
40-
<span className="text-[#9333ea">
40+
<p className="text-[#9333ea]">
4141
<a
4242
href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=executives@codingstudio.club"
4343
target="_blank"
4444
>
4545
4646
</a>
47-
</span>
47+
</p>
4848
</p>
4949

5050
<Blockquote

src/Components/Form.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ export default function Form() {
196196
]}
197197
{...form.getInputProps("branch")}
198198
/>
199-
<p className="mt-3 text-xs text-red-300">
199+
{/* <p className="mt-3 text-xs text-red-300">
200200
*Registrants will go through a short interview before being selected
201201
for the workshop.
202-
</p>
202+
</p> */}
203203
<Button
204204
type="submit"
205205
size="md"

0 commit comments

Comments
 (0)