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 a077f60 commit 724c443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/admission/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const AdmissionProcess = () => {
</ul>

<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>
<strong>{admissionData.form.formHead} <a href="https://forms.gle/B7EFJdX7xedVwnNV8" style={{ color: "red" }}>Click here</a></strong>
<iframe
src={admissionData.form.formLink}
width="100%"
Expand Down

0 comments on commit 724c443

Please sign in to comment.