diff --git a/README.md b/README.md
index 1fd5480..cac932d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# To do
-- mettre les liens git sur les pages de details
- revoir fonction de tri par age car problème entre 1 date et 2 des fois
- Refaire les images qui vont pas
- Faire du responsive
diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css
index 5cc13d2..763c81c 100644
--- a/src/components/Footer/Footer.css
+++ b/src/components/Footer/Footer.css
@@ -24,10 +24,6 @@
justify-content: center;
color: var(--text-color);
transition: color 0.3s ease, transform 0.3s ease;
- svg{
- width: 24px;
- height: 24px;
- }
}
}
diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx
index 6a0845c..e7b379b 100644
--- a/src/components/Footer/Footer.jsx
+++ b/src/components/Footer/Footer.jsx
@@ -10,12 +10,12 @@ function Footer() {