Skip to content

Commit

Permalink
Merge pull request #51 from lucaboesch/expectional
Browse files Browse the repository at this point in the history
some minor typos
  • Loading branch information
aleclofabbro committed Mar 18, 2024
2 parents 46e81c3 + f08f539 commit 1bc87bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Leaderboard: FC<LeaderboardProps> = ({ contributors }) => {
<div className="leaderboard-container">
<div className="leaderboard-header">
<div className="title">Leaderboard</div>
<div className="subtitle">Expectional contributors leading the way</div>
<div className="subtitle">Exceptional contributors leading the way</div>
</div>
<Card className="leaderboard">
{contributors.map((contributor, index) => {
Expand Down

0 comments on commit 1bc87bf

Please sign in to comment.