Skip to content

Commit 6db3d7d

Browse files
committed
fix: typo
1 parent dfa075e commit 6db3d7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/components/PartnersList.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ export default function PartnersList({ partners }: { partners: Partner[] }) {
1919

2020
return (
2121
<div className={styles.partnersList}>
22-
<h1 className="light" z>
23-
Partenaires
24-
</h1>
22+
<h1 className="light">Partenaires</h1>
2523
<div className={styles.list}>{list}</div>
2624
</div>
2725
);

0 commit comments

Comments
 (0)