aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tubo
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tubo')
-rw-r--r--src/frontend/tubo/views.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views.cljs b/src/frontend/tubo/views.cljs
index 4fe2202..c44e710 100644
--- a/src/frontend/tubo/views.cljs
+++ b/src/frontend/tubo/views.cljs
@@ -83,7 +83,7 @@
[:div.flex.flex-col.justify-center.items-center
[:div.flex.items-center.justify-center
[:div.items-center
- [:a.font-bold {:href "https://sr.ht/~conses/tubo"} "tubo"]]
+ [:a.font-bold {:href "https://git.mianmoreno.com/tubo.git"} "tubo"]]
[:div
[:p.px-2 (str "2022-" (.getFullYear (js/Date.)))]]]]]])