Skip to content

Commit

Permalink
fix(contents): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Aug 23, 2023
1 parent 4201ebd commit 2999aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Page = ({ entry, globalStats }: Props) => (
<Strong>{entry.description}</Strong>
</Paragraph>

<Heading2>🏆 Les bons élèves</Heading2>
<Heading2>🏆 Les bon·nes élèves</Heading2>
<div className="top">
<div className="column">
<Heading3>✅ Assiduité</Heading3>
Expand Down Expand Up @@ -90,7 +90,7 @@ const Page = ({ entry, globalStats }: Props) => (
</UnorderedList>
</div>
</div>
<Heading2>🤔 Les mauvais élèves</Heading2>
<Heading2>🤔 Les mauvais·es élèves</Heading2>
<div className="top">
<div className="column">
<Heading3>🤷 Absentéisme</Heading3>
Expand Down

0 comments on commit 2999aaf

Please sign in to comment.