From ce88dad56421aa6322a4bbe9fb4c37073fc1cf8f Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 7 Dec 2024 00:04:33 +0100 Subject: [PATCH] Abuse email address. --- src/App/Page/Home.purs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs index aa6648f..1234091 100644 --- a/src/App/Page/Home.purs +++ b/src/App/Page/Home.purs @@ -109,6 +109,7 @@ render _ = HH.div_ = b [ title "Contact" , p "You have a question, you have seen a bug, you have suggestions or you just want to chat?" , p "You can contact us: netlibre@karchnu.fr" + , p "For more important matter: abuse@netlib.re" ] render_how_and_code = Bulma.columns_ [ render_how, render_code ]