Skip to content

Fix typo: findaid-accent-round-markerfinaid-accent-round-marker#1576

Merged
egeakman merged 5 commits into
ep2026from
copilot/fix-finaid-css-class-name
May 11, 2026
Merged

Fix typo: findaid-accent-round-markerfinaid-accent-round-marker#1576
egeakman merged 5 commits into
ep2026from
copilot/fix-finaid-css-class-name

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 10, 2026

  • Inspect src/styles/global.css and src/styles/markdown.css to confirm duplicated finaid selectors
  • Run baseline build check before edits (blocked by external network dependency)
  • Remove duplicated finaid selectors from src/styles/global.css
  • Verify no finaid selectors remain in src/styles/global.css and they remain in src/styles/markdown.css
  • Re-run build validation and report outcome
Original prompt
Please apply the following diffs and create a pull request.
Once the PR is ready, give it a title based on the messages of the fixes being applied.

[{"message":"Corrected spelling of 'findaid' to 'finaid' in CSS class name.","fixFiles":[{"filePath":"src/content/pages/finaid.mdx","diff":"diff --git a/src/content/pages/finaid.mdx b/src/content/pages/finaid.mdx\n--- a/src/content/pages/finaid.mdx\n+++ b/src/content/pages/finaid.mdx\n@@ -103,12 +103,12 @@\n | **Date** |  | **Event** |\n |---|---|---|\n | 19 March 2026 |  | Applications open for in-person and remote grants |\n-| 9 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | Deadline for submitting first-round applications |\n-| 23 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | First round of grant notifications |\n-| 3 May 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | Deadline to accept a first-round grant |\n-| **11 May 2026** | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Deadline for submitting second-round applications |\n-| 1 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Second round grant notifications |\n-| 9 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Deadline to accept a second-round grant |\n+| 9 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | Deadline for submitting first-round applications |\n+| 23 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | First round of grant notifications |\n+| 3 May 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | Deadline to accept a first-round grant |\n+| **11 May 2026** | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Deadline for submitting second-round applications |\n+| 1 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Second round grant notifications |\n+| 9 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Deadline to accept a second-round grant |\n | 28 July 2026 |  | Receipt submission deadline |\n \n **If you've already applied for round 1, you don't have to reapply for round\n"}]},{"message":"Corrected spelling of 'findaid' to 'finaid' in CSS class name.","fixFiles":[{"filePath":"src/content/pages/finaid.mdx","diff":"diff --git a/src/content/pages/finaid.mdx b/src/content/pages/finaid.mdx\n--- a/src/content/pages/finaid.mdx\n+++ b/src/content/pages/finaid.mdx\n@@ -103,12 +103,12 @@\n | **Date** |  | **Event** |\n |---|---|---|\n | 19 March 2026 |  | Applications open for in-person and remote grants |\n-| 9 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | Deadline for submitting first-round applications |\n-| 23 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | First round of grant notifications |\n-| 3 May 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"findaid-accent-round-marker\" /> | Deadline to accept a first-round grant |\n-| **11 May 2026** | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Deadline for submitting second-round applications |\n-| 1 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Second round grant notifications |\n-| 9 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"findaid-accent-round-marker\" /> | Deadline to accept a second-round grant |\n+| 9 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | Deadline for submitting first-round applications |\n+| 23 April 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | First round of grant notifications |\n+| 3 May 2026 | <img src=\"/finaid-round1.svg\" alt=\"round one\" class=\"finaid-accent-round-marker\" /> | Deadline to accept a first-round grant |\n+| **11 May 2026** | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Deadline for submitting second-round applications |\n+| 1 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Second round grant notifications |\n+| 9 June 2026 | <img src=\"/finaid-round2.svg\" alt=\"round two\" class=\"finaid-accent-round-marker\" /> | Deadline to accept a second-round grant |\n | 28 July 2026 |  | Receipt submission deadline |\n \n **If you've already applied for round 1, you don't have to reapply for ro...

Copilot AI changed the title [WIP] Correct spelling of 'findaid' to 'finaid' in CSS class Fix typo: findaid-accent-round-markerfinaid-accent-round-marker May 10, 2026
Copilot AI requested a review from egeakman May 10, 2026 23:44
@europython-society
Copy link
Copy Markdown
Member

europython-society commented May 10, 2026

Preview available

Key Value
url https://copilot-fix-finaid-css-class-name.ep-preview.click
last update 2026-05-11T00:06:02.588Z

Copilot AI and others added 2 commits May 11, 2026 00:02
@egeakman egeakman marked this pull request as ready for review May 11, 2026 00:03
@egeakman egeakman merged commit 49fe11d into ep2026 May 11, 2026
7 checks passed
@egeakman egeakman deleted the copilot/fix-finaid-css-class-name branch May 11, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants