feat: trying to connect to the bach

This commit is contained in:
2025-04-28 22:49:07 +02:00
parent 6d84b3ff93
commit 9f4596d0ba
5 changed files with 141 additions and 185 deletions

View File

@@ -154,16 +154,6 @@ const contactSingle = (email: string) => {
});
};
/*
const copyToClipboard = (email: string) => {
navigator.clipboard.writeText(email).then(() => {
alert(`Adresse copiée : ${email}`);
}).catch(err => {
console.error("Erreur lors de la copie :", err);
});
};
*/
// Cacher le menu si on clique en dehors
const handleClickOutside = (event: MouseEvent) => {
if (