Change btn type

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-10 11:52:48 +01:00
parent 2373c0402c
commit c1a7db12e3
+1 -1
View File
@@ -68,7 +68,7 @@ export default function VolunteerCard({ id }) {
<div className={styles.bottomBar}>
<Button
onClick={() => navigate(`/profile/${id}`)}
variant="transparent"
variant="primary"
>
Voir plus
</Button>