diff --git a/src/components/Contact.astro b/src/components/Contact.astro
index 3cac9be..330e8cd 100644
--- a/src/components/Contact.astro
+++ b/src/components/Contact.astro
@@ -20,7 +20,6 @@ import { social, coffeeUrl } from "../data/content";
-
$ echo "écris-moi"
diff --git a/src/components/Header.astro b/src/components/Header.astro
index a559c31..e987ed6 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -1,6 +1,6 @@
---
import Icon from "./Icon.astro";
-import { social, coffeeUrl } from "../data/content";
+import { coffeeUrl } from "../data/content";
const nav = [
{ label: "À propos", href: "#about", id: "about" },
@@ -36,16 +36,6 @@ const nav = [
-
-