aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2021-10-28 20:34:28 +0000
committergabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2021-10-28 20:34:28 +0000
commit2db3d88503fbe219e99c464c4cc8e768613e1359 (patch)
tree46a77f19068f66272c46d168ff70d47aa5cdcf21
parent236e0a6baa1284fba18d42230db0d1a976e12687 (diff)
downloadgenpass-2db3d88503fbe219e99c464c4cc8e768613e1359.tar.gz
genpass-2db3d88503fbe219e99c464c4cc8e768613e1359.tar.bz2
genpass-2db3d88503fbe219e99c464c4cc8e768613e1359.zip
Update core.cljs
-rw-r--r--src/genpass/core.cljs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/genpass/core.cljs b/src/genpass/core.cljs
index 33096d0..f0ca298 100644
--- a/src/genpass/core.cljs
+++ b/src/genpass/core.cljs
@@ -25,7 +25,7 @@
{:role "navigation"
:aria-label "main navigation"}
[:div.navbar-brand>a.navbar-item>h1
- [:a {:href "https://github.com//gabrielgio/genpass"} "Genpass source code"]]]
+ [:a {:href "https://gitlab.com/gabrielgio/genpass"} "Genpass source code"]]]
[:div.section.container
[:div.field.has-text-centered
[:span.title.is-3 {:on-click magic-selection-trick-took-from-so} @password]]
@@ -40,4 +40,4 @@
(r/render [home-page] (.getElementById js/document "app")))
(defn init! []
- (mount-root)) \ No newline at end of file
+ (mount-root))