Merge branch 'dev' into 'features/volunteersTollBar'

# Conflicts:
#   src/pages/Events/EventsPage.jsx
#   src/pages/Volunteers/VolunteerCard.jsx
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-12-10 10:54:24 +00:00
25 changed files with 715 additions and 75 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ export default function VolunteerCard({ user }) {
{isExpanded && (
<div className={styles.bottomBar}>
<Button
onClick={() => navigate(`/profile/${user.id}`)}
variant="transparent"
onClick={() => navigate(`/profile/${id}`)}
variant="primary"
>
Voir plus
</Button>