feat: trying to connect to the bach
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user