Skip to content

Charm contributors formatting fix #3092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/contributors/subcomponents/ContributorsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const ContributorsDetails: React.FC = () => (
<Card className={classes['contributorsDetails']} elevation={Elevation.ONE}>
<H3>The Team behind the Source Academy</H3>
<p className={classes['description']}>
The <i>Source Academy</i> is designed and developed by a team of students, most of who have
The <i>Source Academy</i> is designed and developed by a team of students, most of whom have
used the system to learn the fundamentals of computing and enjoyed it. This page includes
all developers who contributed to the Source Academy <i>Charm</i> (2025) and its precursors
<i>Strange</i> (2024), <i>Merlin</i> (2023), <i>Rook</i> (2022), <i>Knight</i> (2020) and
all developers who contributed to the Source Academy <i>Charm</i> (2025) and its precursors{' '}
<i>Strange</i> (2024), <i>Merlin</i> (2023), <i>Rook</i> (2022), <i>Knight</i> (2020) and{' '}
<i>Cadet</i> (2018). These versions succeeded Source Academy 2 (2017) and ultimately the
original Source Academy (2016).
</p>
Expand Down