Skip to content

Commit 49fe11d

Browse files
authored
Fix typo: findaid-accent-round-markerfinaid-accent-round-marker (#1576)
1 parent 79f1e73 commit 49fe11d

3 files changed

Lines changed: 7 additions & 19 deletions

File tree

src/content/pages/finaid.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ application form.
103103
| **Date** | | **Event** |
104104
|---|---|---|
105105
| 19 March 2026 | | Applications open for in-person and remote grants |
106-
| 9 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | Deadline for submitting first-round applications |
107-
| 23 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | First round of grant notifications |
108-
| 3 May 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | Deadline to accept a first-round grant |
109-
| **11 May 2026** | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Deadline for submitting second-round applications |
110-
| 1 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Second round grant notifications |
111-
| 9 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Deadline to accept a second-round grant |
106+
| 9 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | Deadline for submitting first-round applications |
107+
| 23 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | First round of grant notifications |
108+
| 3 May 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | Deadline to accept a first-round grant |
109+
| **11 May 2026** | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Deadline for submitting second-round applications |
110+
| 1 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Second round grant notifications |
111+
| 9 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Deadline to accept a second-round grant |
112112
| 28 July 2026 | | Receipt submission deadline |
113113

114114
**If you've already applied for round 1, you don't have to reapply for round

src/styles/global.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,6 @@ ul.milestone-todo li::before {
7272
background: none !important;
7373
}
7474

75-
img.findaid-accent-round-marker {
76-
width: 120px;
77-
min-width: 70px;
78-
padding: 0 10px;
79-
display: inline-block;
80-
margin: 0;
81-
}
82-
83-
table.finaid-timeline td {
84-
padding-bottom: 1rem;
85-
}
86-
8775
summary h4::after {
8876
content: "👇";
8977
}

src/styles/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ul.milestone-todo li::before {
3535
max-width: max(800px, 50vw);
3636
}
3737

38-
img.findaid-accent-round-marker {
38+
img.finaid-accent-round-marker {
3939
width: 120px;
4040
min-width: 70px;
4141
padding: 0 10px;

0 commit comments

Comments
 (0)