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 ]