Skip to content

Commit

Permalink
npm run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Jun 6, 2024
1 parent 3ddcb2d commit 5e043ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/pages/ArchivesPage/ArchivesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const ArchivesPage = ({ events }) => {
/>
{talk.authors.name}
</span>
// TODO: add a way to support bio, github link, twitter link, website link, etc.
) : (
// TODO: add a way to support bio, github link, twitter link, website link, etc.
<span className="error-message">
ERREUR: veuillez ajouter le fichier `.yml` pour cette personne
dans le répertoire `data/authors`.
ERREUR: veuillez ajouter le fichier `.yml` pour cette
personne dans le répertoire `data/authors`.
</span>
)}
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/ArchivesPage/ArchivesPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
.author-avatar {
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 4px;
border-radius: 50%;
}

.slides-link {
Expand Down

0 comments on commit 5e043ef

Please sign in to comment.