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 f24e74f commit a077f60
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,7 +35,7 @@ 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>
<a href="https://forms.gle/B7EFJdX7xedVwnNV8" style={{ color: "white" }}>Click here to fill out the form.</a>
<iframe
src={admissionData.form.formLink}
width="100%"
Expand Down

0 comments on commit a077f60

Please sign in to comment.