Change btn type
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user