Skip to content

Commit

Permalink
Update admitted screen deadline text
Browse files Browse the repository at this point in the history
  • Loading branch information
connorff committed Jan 16, 2025
1 parent 0b6b965 commit 6aa77b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dashboard/AdmittedScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const AdmittedScreen = (props: IAdmittedScreenProps) => (
<div className="admitted-content">
{props.confirmedYet && (
<div>
<h4>Complete the following by <strong>January 8th:</strong></h4>
<h4>Complete the following by <strong>January 15th:</strong></h4>
<ul style={{ textAlign: "left", margin: "20px auto", maxWidth: 575 }}>
{!props.stanford && <li>Follow the steps in <Link to="/transportation">travel section</Link> <strong>as early as possible!</strong> </li>}
<li>Fill out the quick <a href="https://forms.gle/NdxcXZWqmW5erSA27">Acceptance and Travel Acknowledgement Form</a></li>
Expand Down

0 comments on commit 6aa77b8

Please sign in to comment.