Change btn type
This commit is contained in:
@@ -68,7 +68,7 @@ export default function VolunteerCard({ id }) {
|
|||||||
<div className={styles.bottomBar}>
|
<div className={styles.bottomBar}>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => navigate(`/profile/${id}`)}
|
onClick={() => navigate(`/profile/${id}`)}
|
||||||
variant="transparent"
|
variant="primary"
|
||||||
>
|
>
|
||||||
Voir plus
|
Voir plus
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user