Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AgniveshChaubey authored May 20, 2024
1 parent 6c9de2e commit f24e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admission/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ const AdmissionProcess = () => {

<p style={{ textAlign: "center" }}>
<strong>{admissionData.form.formHead}</strong>
<a href="https://forms.gle/B7EFJdX7xedVwnNV8" style="color: white;">Click here to fill out the form.</a>
<iframe
src={admissionData.form.formLink}
width="100%"
height="1200"
>
Loading...
</iframe>
<a href="https://forms.gle/B7EFJdX7xedVwnNV8">Click here to fill the form.</a>
</p>
</div>
</Col>
Expand Down

0 comments on commit f24e74f

Please sign in to comment.