aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/genpass/core.cljs3
1 files changed, 1 insertions, 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")))