diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js
index 1ccc1c3..113b9b2 100644
--- a/src/components/DisplayPartnerSession.js
+++ b/src/components/DisplayPartnerSession.js
@@ -30,6 +30,7 @@ import { AiFillCloseCircle } from "react-icons/ai";
import Box from '@mui/material/Box';
import { Typography, LinearProgress } from '@mui/material';
import styled from 'styled-components';
+import { CiTrash } from "react-icons/ci";
const DisplayPartnerSession = (props) => {
const history = useHistory();
@@ -310,7 +311,7 @@ const DisplayPartnerSession = (props) => {
handleClick_refuse(event, cellValues);
}}
>
-
+
}
modal
@@ -374,7 +375,7 @@ const DisplayPartnerSession = (props) => {
handleClick_delete(event, cellValues);
}}
>
-
+
}
modal
diff --git a/src/components/GestionAdministrative.js b/src/components/GestionAdministrative.js
index bad9c90..cd3341c 100644
--- a/src/components/GestionAdministrative.js
+++ b/src/components/GestionAdministrative.js
@@ -37,6 +37,8 @@ import excel_icone from "../mysy_img/excel_icone.png";
import participants from "../mysy_img/participants.png";
import { useHistory } from "react-router-dom";
+import { CiTrash } from "react-icons/ci";
+
function GestionAdministrative(props) {
@@ -188,7 +190,7 @@ function GestionAdministrative(props) {
handleClick_refuse(event, cellValues);
}}
>
-
+
}
modal
@@ -252,7 +254,7 @@ function GestionAdministrative(props) {
handleClick_delete(event, cellValues);
}}
>
-
+
}
modal