From 2db3d88503fbe219e99c464c4cc8e768613e1359 Mon Sep 17 00:00:00 2001 From: gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> Date: Thu, 28 Oct 2021 20:34:28 +0000 Subject: Update core.cljs --- src/genpass/core.cljs | 4 ++-- 1 file 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)) -- cgit v1.2.3