Skip to content

Commit 51d9722

Browse files
Copilotegeakman
andauthored
Improve readability of financial aid application Note (#1534)
The financial aid application note had all three date milestones crammed into a single line, making it harder to scan. - Added `<br />` tags to split the note into three distinct lines: - Applications open date - First-round deadline - Second-round deadline ```mdx <Note>Applications opened on **18 March 2026**. <br /> First-round deadline: **6 April 2026**. <br /> Second-round deadline: **8 May 2026** ([Anywhere on Earth][AoE]).</Note> ``` <!-- START COPILOT CODING AGENT TIPS --> --- 📍 Connect Copilot coding agent with [Jira](https://gh.io/cca-jira-docs), [Azure Boards](https://gh.io/cca-azure-boards-docs) or [Linear](https://gh.io/cca-linear-docs) to delegate work to Copilot in one click without leaving your project management tool. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: egeakman <75242929+egeakman@users.noreply.github.com>
1 parent f65744b commit 51d9722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/pages/finaid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ for a grant:
6666

6767
## How to apply
6868

69-
<Note>Applications opened on **18 March 2026**. First-round deadline: **6 April 2026**. Second-round deadline: **8 May 2026** ([Anywhere on Earth][AoE]).</Note>
69+
<Note>Applications opened on **18 March 2026**. <br /> First-round deadline: **6 April 2026**. <br /> Second-round deadline: **8 May 2026** ([Anywhere on Earth][AoE]).</Note>
7070

7171
The data we collect on this form will exclusively be used by our Financial Aid
7272
team for the selection of grant recipients and the processing of financial

0 commit comments

Comments
 (0)