Skip to content

Commit

Permalink
Error lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsag committed Nov 25, 2024
1 parent 5e8196c commit 37bec93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/outils/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export default async function Outils() {
<ul className="fr-btns-group fr-btns-group--sm fr-btns-group--equisized fr-btns-group--inline-reverse fr-btns-group--inline-lg">
<li>
<Button
className="fr-btn fr-btn"
className="fr-btn fr-btn"
linkProps={{
href: 'https://github.com/landryb/topo2fantoir',
target: '_blank',
Expand All @@ -367,7 +367,7 @@ export default async function Outils() {
>
topo2fantoir
</Button>
</li>
</li>
<li>
<Button
className="fr-btn fr-btn--secondary"
Expand All @@ -380,7 +380,6 @@ export default async function Outils() {
En savoir plus sur CRAIG
</Button>
</li>

</ul>
)}
/>
Expand Down

0 comments on commit 37bec93

Please sign in to comment.