Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 6aa77b8

Browse files
committed
Update admitted screen deadline text
1 parent 0b6b965 commit 6aa77b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboard/AdmittedScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const AdmittedScreen = (props: IAdmittedScreenProps) => (
1616
<div className="admitted-content">
1717
{props.confirmedYet && (
1818
<div>
19-
<h4>Complete the following by <strong>January 8th:</strong></h4>
19+
<h4>Complete the following by <strong>January 15th:</strong></h4>
2020
<ul style={{ textAlign: "left", margin: "20px auto", maxWidth: 575 }}>
2121
{!props.stanford && <li>Follow the steps in <Link to="/transportation">travel section</Link> <strong>as early as possible!</strong> </li>}
2222
<li>Fill out the quick <a href="https://forms.gle/NdxcXZWqmW5erSA27">Acceptance and Travel Acknowledgement Form</a></li>

0 commit comments

Comments
 (0)