diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-23 14:37:10 +0200 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-23 14:37:10 +0200 |
commit | 438db2bb3d651d624178dd4cc4baac5f81b36a09 (patch) | |
tree | ee846b3588415c129dd87bc3a1676a1941332ffc /src | |
parent | eb925de3c3e59d61b3d84794771ae8a47f01fcb1 (diff) | |
download | genpass-438db2bb3d651d624178dd4cc4baac5f81b36a09.tar.gz genpass-438db2bb3d651d624178dd4cc4baac5f81b36a09.tar.bz2 genpass-438db2bb3d651d624178dd4cc4baac5f81b36a09.zip |
Remove footer
Diffstat (limited to 'src')
-rw-r--r-- | src/genpass/core.cljs | 3 |
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"))) |