aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))