diff --git a/src/main/webapp/src/pages/club/club/MyClubPage.jsx b/src/main/webapp/src/pages/club/club/MyClubPage.jsx
index a4f9ae4..523b0c7 100644
--- a/src/main/webapp/src/pages/club/club/MyClubPage.jsx
+++ b/src/main/webapp/src/pages/club/club/MyClubPage.jsx
@@ -12,6 +12,7 @@ import {ContactEditor} from "../../../components/Club/ContactEditor.jsx";
import {HoraireEditor} from "../../../components/Club/HoraireEditor.jsx";
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faFilePdf} from "@fortawesome/free-solid-svg-icons";
+import {SmartLogoBackground} from "../../../components/SmartLogoBackground.jsx";
const vite_url = import.meta.env.VITE_URL;
@@ -80,10 +81,10 @@ function InformationForm({data}) {
-

+ ingClassName="img-fluid" style={{object_fit: 'contain', maxHeight: '15em'}}/>