Commit 51d9722
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments