From 438db2bb3d651d624178dd4cc4baac5f81b36a09 Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Sun, 23 Jun 2019 14:37:10 +0200 Subject: Remove footer --- src/genpass/core.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/genpass/core.cljs b/src/genpass/core.cljs index a31768a..1e71f76 100644 --- a/src/genpass/core.cljs +++ b/src/genpass/core.cljs @@ -24,8 +24,7 @@ [:a {:href "https://github.com//gabrielgio/genpass"} "Genpass source code"]]] - [:section.section>div.container (main-section)] - [:footer.footer>div.content.has-text-centered>p "Link"]]) + [:section.section>div.container (main-section)]]) (defn mount-root [] (r/render [home-page] (.getElementById js/document "app"))) -- cgit v1.2.3